Commit 15cf4f01 authored by Just van Rossum's avatar Just van Rossum

Updated doc strings.

parent 86ca902e
...@@ -253,8 +253,7 @@ class PlistWriter(DumbXMLWriter): ...@@ -253,8 +253,7 @@ class PlistWriter(DumbXMLWriter):
class Dict(dict): class Dict(dict):
"""Convenience dictionary subclass: it allows dict construction using """Convenience dictionary subclass: it allows attribute notation
keyword arguments (just like dict() in 2.3) as well as attribute notation
to retrieve values, making d.foo equivalent to d["foo"]. to retrieve values, making d.foo equivalent to d["foo"].
""" """
...@@ -277,7 +276,7 @@ class Dict(dict): ...@@ -277,7 +276,7 @@ class Dict(dict):
class Plist(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. writePlist() functions instead.
""" """
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment