Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 82d8ec5

Browse files
committed
Fix duplicate word.
1 parent 451385d commit 82d8ec5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/html.parser.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ An exception is defined as well:
144144

145145
Method called when an unrecognized SGML declaration is read by the parser.
146146
The *data* parameter will be the entire contents of the declaration inside
147-
the ``<!...>`` markup. It is sometimes useful to be be overridden by a
147+
the ``<!...>`` markup. It is sometimes useful to be overridden by a
148148
derived class; the base class implementation raises an :exc:`HTMLParseError`.
149149

150150

0 commit comments

Comments
 (0)