]> granicus.if.org Git - python/commitdiff
Minor grammar improvement in types.rst (GH-11308)
authorMariatta <Mariatta@users.noreply.github.com>
Mon, 24 Dec 2018 23:56:05 +0000 (15:56 -0800)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 24 Dec 2018 23:56:05 +0000 (15:56 -0800)
defines utility function -> defines utility functions

Reported in https://mail.python.org/pipermail/docs/2018-December/038693.html

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