mirror of
https://github.com/python/cpython.git
synced 2025-09-12 03:37:09 +00:00
Use raw strings for docstrings with backslashes in ASCII diagrams
This commit is contained in:
parent
d4e714c746
commit
06efea3392
2 changed files with 2 additions and 2 deletions
|
@ -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
|
This module has (now fairly distant) origins in Gisle Aas' Perl module
|
||||||
HTTP::Cookies, from the libwww-perl library.
|
HTTP::Cookies, from the libwww-perl library.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
"""HTTP/1.1 client library
|
r"""HTTP/1.1 client library
|
||||||
|
|
||||||
<intro stuff goes here>
|
<intro stuff goes here>
|
||||||
<other stuff, too>
|
<other stuff, too>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue