Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8a9e8b6

Browse files
committed
Fix bug 575221 referred to dictionary type instead of dict.
1 parent 46ac8eb commit 8a9e8b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/lib/libuserdict.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ \section{\module{UserDict} ---
77
\note{This module is available for backward compatibility only. If
88
you are writing code that does not need to work with versions of
99
Python earlier than Python 2.2, please consider subclassing directly
10-
from the built-in \class{dictionary} type.}
10+
from the built-in \class{dict} type.}
1111

1212
This module defines a class that acts as a wrapper around
1313
dictionary objects. It is a useful base class for

0 commit comments

Comments
 (0)