summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-04-05 15:14:29 (GMT)
committerGeorg Brandl <georg@python.org>2009-04-05 15:14:29 (GMT)
commitd4315191ca25ef510243976d9836d65fde6e45d4 (patch)
tree470d4273bcf98649a30a241f5e92f7942c9134b5 /Lib
parent3f0ef20269aef0408a0a325bf5300a1ca676aa52 (diff)
downloadcpython-d4315191ca25ef510243976d9836d65fde6e45d4.zip
cpython-d4315191ca25ef510243976d9836d65fde6e45d4.tar.gz
cpython-d4315191ca25ef510243976d9836d65fde6e45d4.tar.bz2
#5432: make plistlib docstring a raw string, since it contains examples with backslash escapes.
Diffstat (limited to 'Lib')
-rw-r--r--Lib/plistlib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/plistlib.py b/Lib/plistlib.py
index 31d1e75..05a6ae8 100644
--- a/Lib/plistlib.py
+++ b/Lib/plistlib.py
@@ -1,4 +1,4 @@
-"""plistlib.py -- a tool to generate and parse MacOSX .plist files.
+r"""plistlib.py -- a tool to generate and parse MacOSX .plist files.
The PropertyList (.plist) file format is a simple XML pickle supporting
basic object types, like dictionaries, lists, numbers and strings.