[Python-checkins] r65706 - python/trunk/Doc/c-api/arg.rst

benjamin.peterson python-checkins at python.org
Sat Aug 16 05:02:41 CEST 2008


Author: benjamin.peterson
Date: Sat Aug 16 05:02:41 2008
New Revision: 65706

Log:
fix markup

Modified:
   python/trunk/Doc/c-api/arg.rst

Modified: python/trunk/Doc/c-api/arg.rst
==============================================================================
--- python/trunk/Doc/c-api/arg.rst	(original)
+++ python/trunk/Doc/c-api/arg.rst	Sat Aug 16 05:02:41 2008
@@ -57,6 +57,7 @@
 
 ``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 \*]


More information about the Python-checkins mailing list