From d4315191ca25ef510243976d9836d65fde6e45d4 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 5 Apr 2009 15:14:29 +0000 Subject: #5432: make plistlib docstring a raw string, since it contains examples with backslash escapes. --- Lib/plistlib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v0.12