mirror of
https://github.com/python/cpython.git
synced 2025-07-30 22:54:16 +00:00
#5432: make plistlib docstring a raw string, since it contains examples with backslash escapes.
This commit is contained in:
parent
3f0ef20269
commit
d4315191ca
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue