Fix display of html.parser.HTMLParser.feed docstrin

This commit is contained in:
Éric Araujo 2011-05-25 18:11:43 +02:00
parent ea088c5163
commit 31890bc9ba

View file

@ -99,7 +99,7 @@ class HTMLParser(markupbase.ParserBase):
markupbase.ParserBase.reset(self) markupbase.ParserBase.reset(self)
def feed(self, data): 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 Call this as often as you want, with as little or as much text
as you want (may include '\n'). as you want (may include '\n').