Skip to content

Commit 5ba1850

Browse files
dasdachsserhiy-storchaka
authored andcommitted
Fixed a typo in the HTMLParser.feed docstrings. The docstring started with an 'r', like a rawstring. (#1759)
1 parent 21b3e04 commit 5ba1850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/html/parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def reset(self):
102102
_markupbase.ParserBase.reset(self)
103103

104104
def feed(self, data):
105-
r"""Feed data to the parser.
105+
"""Feed data to the parser.
106106
107107
Call this as often as you want, with as little or as much text
108108
as you want (may include '\n').

0 commit comments

Comments
 (0)