]> granicus.if.org Git - python/commitdiff
#5432: make plistlib docstring a raw string, since it contains examples with backslas...
authorGeorg Brandl <georg@python.org>
Sun, 5 Apr 2009 15:14:29 +0000 (15:14 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 5 Apr 2009 15:14:29 +0000 (15:14 +0000)
Lib/plistlib.py

index 31d1e75fdf815be21e497493eea2826996b78b07..05a6ae81fcc9e26da3276dd6a43d88ce16a48d37 100644 (file)
@@ -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.