Issue #27993: Fix problems with the plural “objects” in docs and comments
diff --git a/Misc/HISTORY b/Misc/HISTORY
index fceda8a..5cb263c 100644
--- a/Misc/HISTORY
+++ b/Misc/HISTORY
@@ -15145,7 +15145,7 @@
 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