]> granicus.if.org Git - python/commitdiff
Fix typo (noticed in Raymond's r54053 commit adding NamedTuple
authorAndrew M. Kuchling <amk@amk.ca>
Thu, 1 Mar 2007 14:07:19 +0000 (14:07 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Thu, 1 Mar 2007 14:07:19 +0000 (14:07 +0000)
Doc/lib/libcollections.tex

index a763e31bfecaff497b3d931e98c965cd58eee76d..13a96958cef2f9fd81645a3a1feb5853182cb38f 100644 (file)
@@ -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.