diff options
author | Georg Brandl <georg@python.org> | 2013-03-28 12:35:18 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-03-28 12:35:18 (GMT) |
commit | 75da35747eabe6f9e0d3158d4f367332155627d9 (patch) | |
tree | 6efc517364cabad7706a2fbf0bcd62e14e9f2c38 /Doc/c-api | |
parent | 75207abff9239a68dbbe6ca0e22a45f01b93a847 (diff) | |
parent | 44ea77bd817c0b50e01344b7e8758995aaeebb63 (diff) | |
download | cpython-75da35747eabe6f9e0d3158d4f367332155627d9.zip cpython-75da35747eabe6f9e0d3158d4f367332155627d9.tar.gz cpython-75da35747eabe6f9e0d3158d4f367332155627d9.tar.bz2 |
Backport rev. 3ae74b361f53 to 2.7 branch.
Diffstat (limited to 'Doc/c-api')
-rw-r--r-- | Doc/c-api/unicode.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/c-api/unicode.rst b/Doc/c-api/unicode.rst index 73f6fe6..fd4fe23 100644 --- a/Doc/c-api/unicode.rst +++ b/Doc/c-api/unicode.rst @@ -252,6 +252,8 @@ APIs: .. % because not all compilers support the %z width modifier -- we fake it .. % when necessary via interpolating PY_FORMAT_SIZE_T. + .. tabularcolumns:: |l|l|L| + +-------------------+---------------------+--------------------------------+ | Format Characters | Type | Comment | +===================+=====================+================================+ |