[Python-checkins] cpython (3.3): Remove row-spanning cell, which the Sphinx text writer does not support.

georg.brandl python-checkins at python.org
Sat Mar 16 08:03:51 CET 2013


http://hg.python.org/cpython/rev/6541691f5315
changeset:   82684:6541691f5315
branch:      3.3
parent:      82675:45f6925906bf
user:        Georg Brandl <georg at python.org>
date:        Sat Mar 16 08:01:49 2013 +0100
summary:
  Remove row-spanning cell, which the Sphinx text writer does not support.

files:
  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
--- a/Doc/c-api/apiabiversion.rst
+++ b/Doc/c-api/apiabiversion.rst
@@ -28,7 +28,7 @@
    |       |                         |  ``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)         |
    +-------+-------------------------+------------------------------------------------+

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list