[Python-checkins] Minor grammar fix in docs (GH-12371)

Miss Islington (bot) webhook-mailer at python.org
Sat Mar 16 14:16:32 EDT 2019


https://github.com/python/cpython/commit/5927cfdf3a657384dd7632938759a3ac096db7e3
commit: 5927cfdf3a657384dd7632938759a3ac096db7e3
branch: master
author: Raymond Hettinger <rhettinger at users.noreply.github.com>
committer: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
date: 2019-03-16T11:16:29-07:00
summary:

Minor grammar fix in docs (GH-12371)

files:
M Doc/library/collections.rst

diff --git a/Doc/library/collections.rst b/Doc/library/collections.rst
index 1a093796f55d..5c783d46db35 100644
--- a/Doc/library/collections.rst
+++ b/Doc/library/collections.rst
@@ -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`



More information about the Python-checkins mailing list