]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix display of html.parser.HTMLParser.feed docstring
authorÉric Araujo <merwok@netwok.org>
Wed, 4 May 2011 13:55:47 +0000 (15:55 +0200)
committerÉric Araujo <merwok@netwok.org>
Wed, 4 May 2011 13:55:47 +0000 (15:55 +0200)
Lib/html/parser.py

index 3f68e189c4ce193df37bd1eeaf2b985e6346667b..bef5c3cc9af49617b43e7324c92a6e9d0751507e 100644 (file)
@@ -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').