summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-03-21 08:55:16 +0100
committerGeorg Brandl <georg@python.org>2011-03-21 08:55:16 +0100
commit82d8ec5eef84c54bd5b56dece42b5ceb74e6b8db (patch)
tree1f5fdfd9ba5ee4b1800406e652ea159e778edc4d
parent451385d8f8e8bedd347d363fd0e01288226daee2 (diff)
downloadcpython-git-82d8ec5eef84c54bd5b56dece42b5ceb74e6b8db.tar.gz
Fix duplicate word.
-rw-r--r--Doc/library/html.parser.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/html.parser.rst b/Doc/library/html.parser.rst
index 2bc655510b..1fa11a2ef0 100644
--- a/Doc/library/html.parser.rst
+++ b/Doc/library/html.parser.rst
@@ -144,7 +144,7 @@ An exception is defined as well:
Method called when an unrecognized SGML declaration is read by the parser.
The *data* parameter will be the entire contents of the declaration inside
- the ``<!...>`` markup. It is sometimes useful to be be overridden by a
+ the ``<!...>`` markup. It is sometimes useful to be overridden by a
derived class; the base class implementation raises an :exc:`HTMLParseError`.