From: Raymond Hettinger Date: Sat, 16 Mar 2019 18:16:29 +0000 (-0700) Subject: Minor grammar fix in docs (GH-12371) X-Git-Tag: v3.8.0a3~88 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5927cfdf3a657384dd7632938759a3ac096db7e3;p=thirdparty%2FPython%2Fcpython.git Minor grammar fix in docs (GH-12371) --- 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`