]> granicus.if.org Git - python/commitdiff
Fix typo.
authorRaymond Hettinger <python@rcn.com>
Thu, 30 Oct 2003 06:08:32 +0000 (06:08 +0000)
committerRaymond Hettinger <python@rcn.com>
Thu, 30 Oct 2003 06:08:32 +0000 (06:08 +0000)
Doc/lib/libstdtypes.tex

index fec0ede2a7df1646f17751a1fedc6e2d80730bbf..917ca4bccc7d0edc11fb79e85f4d362340e6a23d 100644 (file)
@@ -1028,7 +1028,7 @@ Notes:
   the sorted or reversed list.
 
 \item[(8)] The \method{sort()} and \method{sorted()} methods take optional
-  arguments for controlling the comparisions.
+  arguments for controlling the comparisons.
 
   \var{cmp} specifies a custom comparison function of two arguments
      (list items) which should return a negative, zero or positive number