summaryrefslogtreecommitdiffstats
path: root/Doc/library/threading.rst
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2010-05-14 14:20:07 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2010-05-14 14:20:07 (GMT)
commit8ded477916934d9863f914535ddcd4a543d5dd0c (patch)
tree9012ea279ebb6a252c849acf25e29f2a70b1e48f /Doc/library/threading.rst
parent42a0ba7b2c88b181bce603a57c69a66539dab693 (diff)
downloadcpython-8ded477916934d9863f914535ddcd4a543d5dd0c.zip
cpython-8ded477916934d9863f914535ddcd4a543d5dd0c.tar.gz
cpython-8ded477916934d9863f914535ddcd4a543d5dd0c.tar.bz2
Doc: replace PEP xxx by :pep:`xxx` to create a link on the PEP
Diffstat (limited to 'Doc/library/threading.rst')
-rw-r--r--Doc/library/threading.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/threading.rst b/Doc/library/threading.rst
index 4627ca6..a0a1fdd 100644
--- a/Doc/library/threading.rst
+++ b/Doc/library/threading.rst
@@ -14,7 +14,7 @@ The :mod:`dummy_threading` module is provided for situations where
.. note::
- Starting with Python 2.6, this module provides PEP 8 compliant aliases and
+ Starting with Python 2.6, this module provides :pep:`8` compliant aliases and
properties to replace the ``camelCase`` names that were inspired by Java's
threading API. This updated API is compatible with that of the
:mod:`multiprocessing` module. However, no schedule has been set for the