From: Éric Araujo Date: Wed, 25 May 2011 16:11:43 +0000 (+0200) Subject: Fix display of html.parser.HTMLParser.feed docstrin X-Git-Tag: v2.7.2rc1~6^2^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=31890bc9ba7c46ed5bcdb91de39f7251badca8b1;p=thirdparty%2FPython%2Fcpython.git Fix display of html.parser.HTMLParser.feed docstrin --- diff --git a/Lib/HTMLParser.py b/Lib/HTMLParser.py index e0189011d115..884d2a53c52b 100644 --- a/Lib/HTMLParser.py +++ b/Lib/HTMLParser.py @@ -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').