From 5927cfdf3a657384dd7632938759a3ac096db7e3 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Sat, 16 Mar 2019 11:16:29 -0700 Subject: [PATCH] Minor grammar fix in docs (GH-12371) --- Doc/library/collections.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/collections.rst b/Doc/library/collections.rst index 1a093796f5..5c783d46db 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` -- 2.49.0