Commit b07fa39e authored by Raymond Hettinger's avatar Raymond Hettinger

Added missing index entries for mapping methods. Closes patch #548693.

parent 8bf46e4e
......@@ -975,7 +975,13 @@ arbitrary objects):
\ttindex{keys()}
\ttindex{update()}
\ttindex{values()}
\ttindex{get()}}
\ttindex{get()}
\ttindex{setdefault()}
\ttindex{pop()}
\ttindex{popitem()}
\ttindex{iteritems()}
\ttindex{iterkeys)}
\ttindex{itervalues()}}
\begin{tableiii}{c|l|c}{code}{Operation}{Result}{Notes}
\lineiii{len(\var{a})}{the number of items in \var{a}}{}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment