Commit 5ba18503 authored by Jani Šumak's avatar Jani Šumak Committed by Serhiy Storchaka

Fixed a typo in the HTMLParser.feed docstrings. The docstring started with an...

Fixed a typo in the HTMLParser.feed docstrings. The docstring started with an 'r', like a rawstring. (#1759)
parent 21b3e04c
......@@ -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').
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment