diff options
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) |
commit | aa1ef2d735772b7a4c4b4164998da2883208ea48 (patch) | |
tree | d4ff53d5106caaf124a3b62109c5de7265e49299 /Lib/html/parser.py | |
parent | 0f67a99fc982ebad6b489a319c2ac521d64ea11e (diff) | |
parent | 51b7aedaddb357340fa219d89f263269562d1f62 (diff) | |
download | cpython-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.py | 2 |
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'). |