Fix grammar.

This commit is contained in:
Georg Brandl 2008-08-18 23:09:49 +00:00
parent facdd6ee9e
commit 25c3408556
2 changed files with 3 additions and 3 deletions

View 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

View File

@ -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
-----