mirror of
https://github.com/python/cpython.git
synced 2025-11-03 11:23:31 +00:00
Fix typo (noticed in Raymond's r54053 commit adding NamedTuple
This commit is contained in:
parent
036b3beca8
commit
8bc8ab5fec
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue