summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-06-11 17:53:38 (GMT)
committerGeorg Brandl <georg@python.org>2008-06-11 17:53:38 (GMT)
commit9cf19340903bc53085af95eb66f3690e2dd407fb (patch)
tree13936be9e45fc4f87a0e9b5e7d35b4361f5cb103
parentf43956026578af12c2b4592af6b275f64de01fe8 (diff)
downloadcpython-9cf19340903bc53085af95eb66f3690e2dd407fb.zip
cpython-9cf19340903bc53085af95eb66f3690e2dd407fb.tar.gz
cpython-9cf19340903bc53085af95eb66f3690e2dd407fb.tar.bz2
Fix typos.
-rw-r--r--Doc/library/threading.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/Doc/library/threading.rst b/Doc/library/threading.rst
index 8fcf95d..d02b76f 100644
--- a/Doc/library/threading.rst
+++ b/Doc/library/threading.rst
@@ -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: