Skip to content

Commit

Permalink
Revert "Fixed a typo in the HTMLParser.feed docstrings. The docstring…
Browse files Browse the repository at this point in the history
… started with an 'r', like a rawstring. (#1759)"

This reverts commit 5ba1850.
  • Loading branch information
serhiy-storchaka committed May 23, 2017
1 parent 6eac9e1 commit 695cb35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/html/parser.py
Expand Up @@ -102,7 +102,7 @@ def reset(self):
_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').
Expand Down

0 comments on commit 695cb35

Please sign in to comment.