summaryrefslogtreecommitdiffstats
path: root/Lib/html/parser.py
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-05-25 16:22:26 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-05-25 16:22:26 (GMT)
commitaa1ef2d735772b7a4c4b4164998da2883208ea48 (patch)
treed4ff53d5106caaf124a3b62109c5de7265e49299 /Lib/html/parser.py
parent0f67a99fc982ebad6b489a319c2ac521d64ea11e (diff)
parent51b7aedaddb357340fa219d89f263269562d1f62 (diff)
downloadcpython-aa1ef2d735772b7a4c4b4164998da2883208ea48.zip
cpython-aa1ef2d735772b7a4c4b4164998da2883208ea48.tar.gz
cpython-aa1ef2d735772b7a4c4b4164998da2883208ea48.tar.bz2
Merge 3.2
Diffstat (limited to 'Lib/html/parser.py')
-rw-r--r--Lib/html/parser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/html/parser.py b/Lib/html/parser.py
index a3586eb..9412280 100644
--- a/Lib/html/parser.py
+++ b/Lib/html/parser.py
@@ -124,7 +124,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').