From 7085150cdcfa6aea7f1998ae7fdb20a6998753b6 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Mon, 24 Dec 2018 16:41:00 -0800 Subject: [PATCH] Minor grammar improvement in types.rst (GH-11308) defines utility function -> defines utility functions Reported in https://mail.python.org/pipermail/docs/2018-December/038693.html (cherry picked from commit 95327bc80dbc86b101986c5e06425be668f5d970) Co-authored-by: Mariatta --- Doc/library/types.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/types.rst b/Doc/library/types.rst index e17070022cd2..b19aa0273ef5 100644 --- a/Doc/library/types.rst +++ b/Doc/library/types.rst @@ -8,7 +8,7 @@ -------------- -This module defines utility function to assist in dynamic creation of +This module defines utility functions to assist in dynamic creation of new types. It also defines names for some object types that are used by the standard -- 2.47.3