diff options
author | Georg Brandl <georg@python.org> | 2013-03-16 07:03:13 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-03-16 07:03:13 (GMT) |
commit | e3eb0615af1389f221cb617de71fe9bb42bb7769 (patch) | |
tree | ef1c4fec9246442ed7da1740f3ccfe75cbc32c15 /Doc | |
parent | 996cd449b7bbe728acfc9f9a28a89713aca4ceee (diff) | |
parent | 1f68a2f27ffe7e2ceb7f44c347cb047b8c3f5bff (diff) | |
download | cpython-e3eb0615af1389f221cb617de71fe9bb42bb7769.zip cpython-e3eb0615af1389f221cb617de71fe9bb42bb7769.tar.gz cpython-e3eb0615af1389f221cb617de71fe9bb42bb7769.tar.bz2 |
merge heads
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/c-api/apiabiversion.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/c-api/apiabiversion.rst b/Doc/c-api/apiabiversion.rst index f6d52df..890a038 100644 --- a/Doc/c-api/apiabiversion.rst +++ b/Doc/c-api/apiabiversion.rst @@ -28,7 +28,7 @@ the following manner: | | | ``0xB`` for beta, ``0xC`` for release | | | | candidate and ``0xF`` for final), in this | | | | case it is alpha. | - | +-------------------------+------------------------------------------------+ + +-------+-------------------------+------------------------------------------------+ | | ``29-32`` | ``PY_RELEASE_SERIAL`` (the ``2`` in | | | | ``3.4.1a2``, zero for final releases) | +-------+-------------------------+------------------------------------------------+ |