#5432: make plistlib docstring a raw string, since it contains examples with backslash escapes.

This commit is contained in:
Georg Brandl 2009-04-05 15:14:29 +00:00
parent 3f0ef20269
commit d4315191ca
1 changed files with 1 additions and 1 deletions

View 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.