Added docs for 2.4.22, Daniel
diff --git a/doc/python.html b/doc/python.html
index 7cceff0..1b07d4a 100644
--- a/doc/python.html
+++ b/doc/python.html
@@ -126,8 +126,8 @@
 </li>
 <li>There is support for libxml2 in the DOM module of PHP.</li>
 </ul>
-<p>The distribution includes a set of Python bindings, which are guaranteed to
-be maintained as part of the library in the future, though the Python
+<p>The distribution includes a set of Python bindings, which are guaranteed
+to be maintained as part of the library in the future, though the Python
 interface have not yet reached the maturity of the C API.</p>
 <p>To install the Python bindings there are 2 options:</p>
 <ul>
@@ -168,8 +168,7 @@
 <li>
 <code>name</code> : returns the node name</li>
 <li>
-<code>type</code> : returns a string indicating the node
-    type</li>
+<code>type</code> : returns a string indicating the node type</li>
 <li>
 <code>content</code> : returns the content of the node, it is based on
     xmlNodeGetContent() and hence is recursive.</li>