diff options
author | Éric Araujo <merwok@netwok.org> | 2011-05-26 16:50:19 +0200 |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-05-26 16:50:19 +0200 |
commit | d4ae04fdb8319f5c44a6c22dcfdecd996e66affc (patch) | |
tree | e8ec5754afd4e7358b7a6067e3b8bbc95621c2bb /Lib/html/parser.py | |
parent | f2c6db5faca7ff04bb4d269780b1dd625bc54606 (diff) | |
parent | 51b7aedaddb357340fa219d89f263269562d1f62 (diff) | |
download | cpython-git-d4ae04fdb8319f5c44a6c22dcfdecd996e66affc.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'). |