From: Mariatta Date: Mon, 24 Dec 2018 23:56:05 +0000 (-0800) Subject: Minor grammar improvement in types.rst (GH-11308) X-Git-Tag: v3.8.0a1~205 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=95327bc80dbc86b101986c5e06425be668f5d970;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 --- 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