]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Minor grammar fix in docs (GH-12371)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Sat, 16 Mar 2019 18:16:29 +0000 (11:16 -0700)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 16 Mar 2019 18:16:29 +0000 (11:16 -0700)
Doc/library/collections.rst

index 1a093796f55d37960386eae5083cec3973876d66..5c783d46db35cea2b5169b4a5951194414ec63d8 100644 (file)
@@ -853,7 +853,7 @@ they add the ability to access fields by name instead of position index.
        Added the *module* parameter.
 
     .. versionchanged:: 3.7
-       Remove the *verbose* parameter and the :attr:`_source` attribute.
+       Removed the *verbose* parameter and the :attr:`_source` attribute.
 
     .. versionchanged:: 3.7
        Added the *defaults* parameter and the :attr:`_field_defaults`