We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 401b9ea commit 520e375Copy full SHA for 520e375
.gitignore
@@ -11,3 +11,4 @@ build/
11
.cache/
12
.tox/
13
.coverage
14
+docs/_build/
README.rst
@@ -37,8 +37,8 @@ A benefit of using "ElementTree" is that it can use a "C implementation" wheneve
37
This "HTML Parser" extends `html.parser.HTMLParser`_ to build a tree of `ElementTree.Element`_ instances.
38
The returned "root element" natively supports the ElementTree API.
39
40
-Installation
41
-------------
+Install
+-------
42
::
43
44
pip install htmlement
0 commit comments