summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorMariatta <Mariatta@users.noreply.github.com>2018-12-24 23:56:05 (GMT)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2018-12-24 23:56:05 (GMT)
commit95327bc80dbc86b101986c5e06425be668f5d970 (patch)
tree1b0fbf173e4fa8aab9cb0e4199e16707ba558707 /Doc/library
parent44a79cc5b3d1fb0c03c99077aa26def85ec26c67 (diff)
downloadcpython-95327bc80dbc86b101986c5e06425be668f5d970.zip
cpython-95327bc80dbc86b101986c5e06425be668f5d970.tar.gz
cpython-95327bc80dbc86b101986c5e06425be668f5d970.tar.bz2
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
Diffstat (limited to 'Doc/library')
-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 e170700..b19aa02 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