]> granicus.if.org Git - python/commitdiff
Fix typo in docs (GH-5763)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Mon, 19 Feb 2018 23:39:20 +0000 (15:39 -0800)
committerGitHub <noreply@github.com>
Mon, 19 Feb 2018 23:39:20 +0000 (15:39 -0800)
Doc/library/collections.rst

index 679931e089f215c867016a2431cb4948ec31e645..9610419f078e8ba8f8ed50defef27cc08c2976e4 100644 (file)
@@ -300,7 +300,7 @@ counts, but the output will exclude results with counts of zero or less.
 
    .. method:: remove(value)
 
-      Removed the first occurrence of *value*.  If not found, raises a
+      Remove the first occurrence of *value*.  If not found, raises a
       :exc:`ValueError`.
 
       .. versionadded:: 2.5