]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
fix markup
authorBenjamin Peterson <benjamin@python.org>
Sat, 16 Aug 2008 03:02:41 +0000 (03:02 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sat, 16 Aug 2008 03:02:41 +0000 (03:02 +0000)
Doc/c-api/arg.rst

index 5ceab58cd2b232494a112890ac1ca95ca46d691b..1ea9e9a64b22deb8c2b60f119b5491788cb36ca5 100644 (file)
@@ -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 \*]