diff options
author | Mariatta <Mariatta@users.noreply.github.com> | 2018-12-24 23:56:05 (GMT) |
---|---|---|
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2018-12-24 23:56:05 (GMT) |
commit | 95327bc80dbc86b101986c5e06425be668f5d970 (patch) | |
tree | 1b0fbf173e4fa8aab9cb0e4199e16707ba558707 /Doc/library | |
parent | 44a79cc5b3d1fb0c03c99077aa26def85ec26c67 (diff) | |
download | cpython-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.rst | 2 |
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 |