]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Minor grammar improvement in types.rst (GH-11308)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 25 Dec 2018 00:41:00 +0000 (16:41 -0800)
committerGitHub <noreply@github.com>
Tue, 25 Dec 2018 00:41:00 +0000 (16:41 -0800)
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 <Mariatta@users.noreply.github.com>
Doc/library/types.rst

index e17070022cd2ede364653288c7b9561f4204100d..b19aa0273ef52cd4d06382ca89b7e5547c71973b 100644 (file)
@@ -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