diff options
| author | Éric Araujo <merwok@netwok.org> | 2011-05-26 14:49:59 (GMT) |
|---|---|---|
| committer | Éric Araujo <merwok@netwok.org> | 2011-05-26 14:49:59 (GMT) |
| commit | dec2067b2a5fe4ae47ce67a55810885e6f0ae20b (patch) | |
| tree | 289ca51df21d3c268211897636e1d219d483e079 /Lib/html/parser.py | |
| parent | a80987f20d0c73532127e1c3f69f7983c5c443d2 (diff) | |
| parent | 29ef0064de57da79f328a2499b705e4751f339ca (diff) | |
| download | cpython-dec2067b2a5fe4ae47ce67a55810885e6f0ae20b.zip cpython-dec2067b2a5fe4ae47ce67a55810885e6f0ae20b.tar.gz cpython-dec2067b2a5fe4ae47ce67a55810885e6f0ae20b.tar.bz2 | |
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 3f68e18..bef5c3c 100644 --- a/Lib/html/parser.py +++ b/Lib/html/parser.py @@ -99,7 +99,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'). |
