Skip to content

Commit 520e375

Browse files
committed
small update to docs
1 parent 401b9ea commit 520e375

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ build/
1111
.cache/
1212
.tox/
1313
.coverage
14+
docs/_build/

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ A benefit of using "ElementTree" is that it can use a "C implementation" wheneve
3737
This "HTML Parser" extends `html.parser.HTMLParser`_ to build a tree of `ElementTree.Element`_ instances.
3838
The returned "root element" natively supports the ElementTree API.
3939

40-
Installation
41-
------------
40+
Install
41+
-------
4242
::
4343

4444
pip install htmlement

0 commit comments

Comments
 (0)