]> granicus.if.org Git - python/commitdiff
Fix bug 575221 referred to dictionary type instead of dict.
authorRaymond Hettinger <python@rcn.com>
Sun, 30 Jun 2002 04:32:38 +0000 (04:32 +0000)
committerRaymond Hettinger <python@rcn.com>
Sun, 30 Jun 2002 04:32:38 +0000 (04:32 +0000)
Doc/lib/libuserdict.tex

index 7e6d6669257bd1edb077a50292bffd5d2eb04e10..d6656861e298a9c14d028ecacb3ea54320e9294d 100644 (file)
@@ -7,7 +7,7 @@
 \note{This module is available for backward compatibility only.  If
 you are writing code that does not need to work with versions of
 Python earlier than Python 2.2, please consider subclassing directly
-from the built-in \class{dictionary} type.}
+from the built-in \class{dict} type.}
 
 This module defines a class that acts as a wrapper around
 dictionary objects.  It is a useful base class for