mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Fixed a typo in the HTMLParser.feed docstrings. The docstring started with an 'r', like a rawstring. (#1759)
This commit is contained in:
parent
21b3e04c13
commit
5ba185039f
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ class HTMLParser(_markupbase.ParserBase):
|
|||
_markupbase.ParserBase.reset(self)
|
||||
|
||||
def feed(self, data):
|
||||
r"""Feed data to the parser.
|
||||
"""Feed data to the parser.
|
||||
|
||||
Call this as often as you want, with as little or as much text
|
||||
as you want (may include '\n').
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue