Fix typos.
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 @@
.. 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: