mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Fix duplicate word.
This commit is contained in:
parent
451385d8f8
commit
82d8ec5eef
1 changed files with 1 additions and 1 deletions
|
@ -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`.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue