Browse Source

Use raw strings for docstrings with backslashes in ASCII diagrams

Éric Araujo 14 years ago
parent
commit
06efea3392
  1. 2
      Lib/cookielib.py
  2. 2
      Lib/httplib.py

2
Lib/cookielib.py

@ -1,4 +1,4 @@
"""HTTP cookie handling for web clients.
r"""HTTP cookie handling for web clients.
This module has (now fairly distant) origins in Gisle Aas' Perl module
HTTP::Cookies, from the libwww-perl library.

2
Lib/httplib.py

@ -1,4 +1,4 @@
"""HTTP/1.1 client library
r"""HTTP/1.1 client library
<intro stuff goes here>
<other stuff, too>

Loading…
Cancel
Save