summaryrefslogtreecommitdiff
path: root/Lib/httplib.py
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2012-02-26 01:33:22 +0100
committerÉric Araujo <merwok@netwok.org>2012-02-26 01:33:22 +0100
commit06efea3392e54b50f66e790735837e092585350f (patch)
tree0b0968d2fd2f0ccb7e7dc20bad1f3b4bc1ebda2a /Lib/httplib.py
parentd4e714c74623678a353134f6acf79cd2ce8693e6 (diff)
downloadcpython-git-06efea3392e54b50f66e790735837e092585350f.tar.gz
Use raw strings for docstrings with backslashes in ASCII diagrams
Diffstat (limited to 'Lib/httplib.py')
-rw-r--r--Lib/httplib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/httplib.py b/Lib/httplib.py
index 19bcd1b41b..13629c4a96 100644
--- a/Lib/httplib.py
+++ b/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>