[Python-checkins] cpython (2.7): Fix display of html.parser.HTMLParser.feed docstrin

eric.araujo python-checkins at python.org
Thu May 26 16:55:02 CEST 2011


http://hg.python.org/cpython/rev/02a4535c0a6c
changeset:   70423:02a4535c0a6c
branch:      2.7
user:        Éric Araujo <merwok at netwok.org>
date:        Wed May 25 18:11:43 2011 +0200
summary:
  Fix display of html.parser.HTMLParser.feed docstrin

files:
  Lib/HTMLParser.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/HTMLParser.py b/Lib/HTMLParser.py
--- a/Lib/HTMLParser.py
+++ b/Lib/HTMLParser.py
@@ -99,7 +99,7 @@
         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').

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list