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

Skip to content

Commit f4ca5a2

Browse files
committed
Fix typo
1 parent 2e7b748 commit f4ca5a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/ref/ref3.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1216,7 +1216,7 @@ \subsection{Emulating container types\label{sequence-types}}
12161216
that mappings provide the methods \method{keys()}, \method{values()},
12171217
\method{items()}, \method{has_key()}, \method{get()}, \method{clear()},
12181218
\method{setdefault()}, \method{iterkeys()}, \method{itervalues()},
1219-
\method{iteritems()}, \method{pop()},, \method{popitem()},
1219+
\method{iteritems()}, \method{pop()}, \method{popitem()},
12201220
\method{copy()}, and \method{update()} behaving similar to those for
12211221
Python's standard dictionary objects. The \module{UserDict} module
12221222
provides a \class{DictMixin} class to help create those methods

0 commit comments

Comments
 (0)