]> granicus.if.org Git - python/commitdiff
Fix display of html.parser.HTMLParser.feed docstrin
authorÉric Araujo <merwok@netwok.org>
Wed, 25 May 2011 16:11:43 +0000 (18:11 +0200)
committerÉric Araujo <merwok@netwok.org>
Wed, 25 May 2011 16:11:43 +0000 (18:11 +0200)
Lib/HTMLParser.py

index e0189011d115e59cb50f26be0bccc849ca74be34..884d2a53c52bf3feacc0987d7028aaf8800fe7f4 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').