Updated doc strings.

This commit is contained in:
Just van Rossum 2004-10-25 16:10:53 +00:00
parent 86ca902eed
commit 15cf4f0100
1 changed files with 2 additions and 3 deletions

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