]> granicus.if.org Git - python/commitdiff
Fix grammar.
authorGeorg Brandl <georg@python.org>
Mon, 18 Aug 2008 23:09:49 +0000 (23:09 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 18 Aug 2008 23:09:49 +0000 (23:09 +0000)
Doc/library/threading.rst
Misc/NEWS

index b6d62242de61183abc2e2544e61de20678068336..6841ceaa0f92abe4083f94188af82d6b9ef3fb4c 100644 (file)
@@ -14,7 +14,7 @@ The :mod:`dummy_threading` module is provided for situations where
 
 .. note::
 
-   Some name ``camelCase`` names have been converted to their underscored
+   Some ``camelCase`` names have been converted to their underscored
    equivalents. Others have been replaced by properties.  Using the old methods
    in 2.6 will trigger a :exc:`DeprecationWarning` when Python is run with the
    :option:`-3` flag and a full :exc:`DeprecationWarning` in 3.0.  The old names
index b179d40377350420f8dc9c05dcd0b37d47f286e8..e82772f36d115d1299a3d99e02a989f1e12b7e76 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -669,8 +669,8 @@ Library
 - The bundled OSX-specific copy of libbffi is now in sync with the version
   shipped with PyObjC 2.0 and includes support for x86_64 and ppc64 platforms.
 
-- The threading module gained alias for names that will be removed in the 3.x
-  series.
+- The threading module gained aliases for names that will be removed in the
+  3.x series.
 
 Build
 -----