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

eric.araujo python-checkins at python.org
Thu May 26 16:51:45 CEST 2011


http://hg.python.org/cpython/rev/829c541033ac
changeset:   70407:829c541033ac
branch:      3.1
user:        Éric Araujo <merwok at netwok.org>
date:        Wed May 04 15:55:47 2011 +0200
summary:
  Fix display of html.parser.HTMLParser.feed docstring

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


diff --git a/Lib/html/parser.py b/Lib/html/parser.py
--- a/Lib/html/parser.py
+++ b/Lib/html/parser.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