summaryrefslogtreecommitdiffstats
path: root/Doc/library/collections.rst
diff options
context:
space:
mode:
authorRaymond Hettinger <rhettinger@users.noreply.github.com>2019-03-16 18:16:29 (GMT)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2019-03-16 18:16:29 (GMT)
commit5927cfdf3a657384dd7632938759a3ac096db7e3 (patch)
tree3aa31bb1d055bb26cbd3af12e6e0e6bdfa10f19c /Doc/library/collections.rst
parent1b0393d5b7842dcd9e933117d2d5404d15e2ad00 (diff)
downloadcpython-5927cfdf3a657384dd7632938759a3ac096db7e3.zip
cpython-5927cfdf3a657384dd7632938759a3ac096db7e3.tar.gz
cpython-5927cfdf3a657384dd7632938759a3ac096db7e3.tar.bz2
Minor grammar fix in docs (GH-12371)
Diffstat (limited to 'Doc/library/collections.rst')
-rw-r--r--Doc/library/collections.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/collections.rst b/Doc/library/collections.rst
index 1a09379..5c783d4 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`