[Python-checkins] r64129 - python/trunk/Doc/library/threading.rst
georg.brandl
python-checkins at python.org
Wed Jun 11 19:53:38 CEST 2008
Author: georg.brandl
Date: Wed Jun 11 19:53:38 2008
New Revision: 64129
Log:
Fix typos.
Modified:
python/trunk/Doc/library/threading.rst
Modified: python/trunk/Doc/library/threading.rst
==============================================================================
--- python/trunk/Doc/library/threading.rst (original)
+++ python/trunk/Doc/library/threading.rst Wed Jun 11 19:53:38 2008
@@ -1,4 +1,3 @@
-
:mod:`threading` --- Higher-level threading interface
=====================================================
@@ -15,8 +14,8 @@
.. note::
- In 3.x, names in camelCase have been renamed to their underscored
- equivelents. Both names are availble in 2.6.
+ In 3.x, names in ``camelCase`` have been renamed to their underscored
+ equivalents. Both names are available in 2.6.
This module defines the following functions and objects:
More information about the Python-checkins
mailing list