]> granicus.if.org Git - python/commitdiff
Updated doc strings.
authorJust van Rossum <just@letterror.com>
Mon, 25 Oct 2004 16:10:53 +0000 (16:10 +0000)
committerJust van Rossum <just@letterror.com>
Mon, 25 Oct 2004 16:10:53 +0000 (16:10 +0000)
Lib/plat-mac/plistlib.py

index 061a55ed392a7a36c3a5bed69f4bb147a503aed6..23bc33f65478882b110a47ad55523124a557f52c 100644 (file)
@@ -253,8 +253,7 @@ class PlistWriter(DumbXMLWriter):
 
 class Dict(dict):
 
-    """Convenience dictionary subclass: it allows dict construction using
-    keyword arguments (just like dict() in 2.3) as well as attribute notation
+    """Convenience dictionary subclass: it allows attribute notation
     to retrieve values, making d.foo equivalent to d["foo"].
     """
 
@@ -277,7 +276,7 @@ class Dict(dict):
 
 class Plist(Dict):
 
-    """This class has been deprecated! Use the Dict with readPlist() and
+    """This class has been deprecated. Use the Dict with readPlist() and
     writePlist() functions instead.
     """