summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2008-08-16 03:02:41 (GMT)
committerBenjamin Peterson <benjamin@python.org>2008-08-16 03:02:41 (GMT)
commit4eb993939dfe6c10a2e12f35ee7f1c250f222a8f (patch)
tree60c1ac073bfe812f70bba23278303d10e780f9fb /Doc
parent1b5c32cd75f774124b3f819b84d4d1cede72825f (diff)
downloadcpython-4eb993939dfe6c10a2e12f35ee7f1c250f222a8f.zip
cpython-4eb993939dfe6c10a2e12f35ee7f1c250f222a8f.tar.gz
cpython-4eb993939dfe6c10a2e12f35ee7f1c250f222a8f.tar.bz2
fix markup
Diffstat (limited to 'Doc')
-rw-r--r--Doc/c-api/arg.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/c-api/arg.rst b/Doc/c-api/arg.rst
index 5ceab58..1ea9e9a 100644
--- a/Doc/c-api/arg.rst
+++ b/Doc/c-api/arg.rst
@@ -57,6 +57,7 @@ variable(s) whose address should be passed.
``z*`` (string or ``None`` or any buffer compatible object) [Py_buffer*]
This is to ``s*`` as ``z`` is to ``s``.
+
.. versionadded:: 2.6
``u`` (Unicode object) [Py_UNICODE \*]