summaryrefslogtreecommitdiffstats
path: root/Doc/c-api
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2016-01-28 10:42:45 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2016-01-28 10:42:45 (GMT)
commit68df686954a8b6ef0d2db5d3ecf441cc0c7cd208 (patch)
tree5322c4058705267649755cdb16348176198f8718 /Doc/c-api
parent9d48869fccbc5194d048c0845fdcf469b03394f9 (diff)
parent806cb0f2b69bc6663e2c248afeadcea54c99d377 (diff)
downloadcpython-68df686954a8b6ef0d2db5d3ecf441cc0c7cd208.zip
cpython-68df686954a8b6ef0d2db5d3ecf441cc0c7cd208.tar.gz
cpython-68df686954a8b6ef0d2db5d3ecf441cc0c7cd208.tar.bz2
Add a link to PEP 384 in stable.rst
Diffstat (limited to 'Doc/c-api')
-rw-r--r--Doc/c-api/stable.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/c-api/stable.rst b/Doc/c-api/stable.rst
index 063f856..5b771dd 100644
--- a/Doc/c-api/stable.rst
+++ b/Doc/c-api/stable.rst
@@ -34,5 +34,5 @@ will work on all subsequent Python releases, but fail to load (because of
missing symbols) on the older releases.
As of Python 3.2, the set of functions available to the limited API is
-documented in PEP 384. In the C API documentation, API elements that are not
+documented in :pep:`384`. In the C API documentation, API elements that are not
part of the limited API are marked as "Not part of the limited API."