diff options
author | Éric Araujo <merwok@netwok.org> | 2011-05-26 16:35:14 +0200 |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-05-26 16:35:14 +0200 |
commit | f46676d48fe0e06ee76c6158cb915c20e8751ced (patch) | |
tree | bd77e24b11f2a378e60ff432ef9f0330dfb3f82f /Lib/html/parser.py | |
parent | 92236e5651ade38b31281ed92e2c2846f8ccd0d8 (diff) | |
parent | aa1ef2d735772b7a4c4b4164998da2883208ea48 (diff) | |
download | cpython-git-f46676d48fe0e06ee76c6158cb915c20e8751ced.tar.gz |
Branch merge
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 a3586ebf51..941228072a 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'). |