mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Fix bug 575221 referred to dictionary type instead of dict.
This commit is contained in:
parent
46ac8eb3c8
commit
8a9e8b6d0e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue