summaryrefslogtreecommitdiffstats
path: root/Misc/HISTORY
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-09-07 11:04:41 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-09-07 11:04:41 (GMT)
commit0f0eac431f6abcc5f6853b26e848b15f848e8844 (patch)
tree3d671943461614610c236e3d3e8b3cfc98a2d18d /Misc/HISTORY
parent0be894b2f6ca17204922399d6982f0b8a9dc59a1 (diff)
downloadcpython-0f0eac431f6abcc5f6853b26e848b15f848e8844.zip
cpython-0f0eac431f6abcc5f6853b26e848b15f848e8844.tar.gz
cpython-0f0eac431f6abcc5f6853b26e848b15f848e8844.tar.bz2
Issue #27993: Fix problems with plural objects in docs and comments
Diffstat (limited to 'Misc/HISTORY')
-rw-r--r--Misc/HISTORY2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/HISTORY b/Misc/HISTORY
index 5995d3a..73fb1d3 100644
--- a/Misc/HISTORY
+++ b/Misc/HISTORY
@@ -26057,7 +26057,7 @@ machinery is moved to the new file importdl.c.
module implementing deepcopy and normal (shallow) copy operations.
See the library reference manual.
-- Documentation strings for many objects types are accessible through
+- Documentation strings for many object types are accessible through
the __doc__ attribute. Modules, classes and functions support special
syntax to initialize the __doc__ attribute: if the first statement
consists of just a string literal, that string literal becomes the