Kaydet (Commit) 8bc8ab5f authored tarafından Andrew M. Kuchling's avatar Andrew M. Kuchling

Fix typo (noticed in Raymond's r54053 commit adding NamedTuple

üst 036b3bec
......@@ -16,7 +16,7 @@ Future additions may include balanced trees and ordered dictionaries.
\subsection{\class{deque} objects \label{deque-objects}}
\begin{funcdesc}{deque}{\optional{iterable}}
Returns a new deque objected initialized left-to-right (using
Returns a new deque object initialized left-to-right (using
\method{append()}) with data from \var{iterable}. If \var{iterable}
is not specified, the new deque is empty.
......
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