mirror of
https://github.com/python/cpython.git
synced 2025-07-31 15:14:22 +00:00
Fix display of html.parser.HTMLParser.feed docstrin
This commit is contained in:
parent
ea088c5163
commit
31890bc9ba
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ class HTMLParser(markupbase.ParserBase):
|
|||
markupbase.ParserBase.reset(self)
|
||||
|
||||
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
|
||||
as you want (may include '\n').
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue