summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMariatta <Mariatta@users.noreply.github.com>2018-12-24 15:56:05 -0800
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2018-12-24 15:56:05 -0800
commit95327bc80dbc86b101986c5e06425be668f5d970 (patch)
tree1b0fbf173e4fa8aab9cb0e4199e16707ba558707
parent44a79cc5b3d1fb0c03c99077aa26def85ec26c67 (diff)
downloadcpython-git-95327bc80dbc86b101986c5e06425be668f5d970.tar.gz
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
-rw-r--r--Doc/library/types.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/types.rst b/Doc/library/types.rst
index e17070022c..b19aa0273e 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