Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46ac8eb commit 8a9e8b6Copy full SHA for 8a9e8b6
1 file changed
Doc/lib/libuserdict.tex
@@ -7,7 +7,7 @@ \section{\module{UserDict} ---
7
\note{This module is available for backward compatibility only. If
8
you are writing code that does not need to work with versions of
9
Python earlier than Python 2.2, please consider subclassing directly
10
-from the built-in \class{dictionary} type.}
+from the built-in \class{dict} type.}
11
12
This module defines a class that acts as a wrapper around
13
dictionary objects. It is a useful base class for
0 commit comments