From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 25 Dec 2018 00:41:00 +0000 (-0800) Subject: Minor grammar improvement in types.rst (GH-11308) X-Git-Tag: v3.7.3rc1~206 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7085150cdcfa6aea7f1998ae7fdb20a6998753b6;p=thirdparty%2FPython%2Fcpython.git 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 --- 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