mirror of
https://github.com/python/cpython.git
synced 2025-10-07 15:42:02 +00:00
Revert "Fixed a typo in the HTMLParser.feed docstrings" (#1771)
* Revert "Fixed a typo in the HTMLParser.feed docstrings. The docstring started with an 'r', like a The docstring was correct. I read the patch in opposite direction, as *adding* the "r" prefix.
This reverts commit 5ba185039f
.
This commit is contained in:
parent
bb1c0346b9
commit
c842efc6ae
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ class HTMLParser(_markupbase.ParserBase):
|
||||||
_markupbase.ParserBase.reset(self)
|
_markupbase.ParserBase.reset(self)
|
||||||
|
|
||||||
def feed(self, data):
|
def feed(self, data):
|
||||||
"""Feed data to the parser.
|
r"""Feed data to the parser.
|
||||||
|
|
||||||
Call this as often as you want, with as little or as much text
|
Call this as often as you want, with as little or as much text
|
||||||
as you want (may include '\n').
|
as you want (may include '\n').
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue