summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2003-01-19 14:57:12 (GMT)
committerRaymond Hettinger <python@rcn.com>2003-01-19 14:57:12 (GMT)
commitf4ca5a2f450edbe2d2f6723d474976077620149f (patch)
tree5ec392359a94692433b01e59f49e2907b0a33c6a /Doc
parent2e7b748a9ecc2d21abe0ecf93e079ac53385c371 (diff)
downloadcpython-f4ca5a2f450edbe2d2f6723d474976077620149f.zip
cpython-f4ca5a2f450edbe2d2f6723d474976077620149f.tar.gz
cpython-f4ca5a2f450edbe2d2f6723d474976077620149f.tar.bz2
Fix typo
Diffstat (limited to 'Doc')
-rw-r--r--Doc/ref/ref3.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/ref/ref3.tex b/Doc/ref/ref3.tex
index 321a241..a109678 100644
--- a/Doc/ref/ref3.tex
+++ b/Doc/ref/ref3.tex
@@ -1216,7 +1216,7 @@ defined to handle simple, but not extended slices.) It is also recommended
that mappings provide the methods \method{keys()}, \method{values()},
\method{items()}, \method{has_key()}, \method{get()}, \method{clear()},
\method{setdefault()}, \method{iterkeys()}, \method{itervalues()},
-\method{iteritems()}, \method{pop()},, \method{popitem()},
+\method{iteritems()}, \method{pop()}, \method{popitem()},
\method{copy()}, and \method{update()} behaving similar to those for
Python's standard dictionary objects. The \module{UserDict} module
provides a \class{DictMixin} class to help create those methods