]> granicus.if.org Git - python/commitdiff
Fix typos.
authorGeorg Brandl <georg@python.org>
Wed, 11 Jun 2008 17:53:38 +0000 (17:53 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 11 Jun 2008 17:53:38 +0000 (17:53 +0000)
Doc/library/threading.rst

index 8fcf95ddc670b94d175fa7aae1532f5a1a1cc0c4..d02b76f47b6c6cf31de20a5f8dae099fa01112bc 100644 (file)
@@ -1,4 +1,3 @@
-
 :mod:`threading` --- Higher-level threading interface
 =====================================================
 
@@ -15,8 +14,8 @@ The :mod:`dummy_threading` module is provided for situations where
 
 .. 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: