[Python-checkins] r82251 - python/trunk/Doc/c-api/datetime.rst
alexander.belopolsky
python-checkins at python.org
Sat Jun 26 20:49:10 CEST 2010
Author: alexander.belopolsky
Date: Sat Jun 26 20:49:10 2010
New Revision: 82251
Log:
Issue 9024: Added :cdata: tag to PyDateTimeAPI
Modified:
python/trunk/Doc/c-api/datetime.rst
Modified: python/trunk/Doc/c-api/datetime.rst
==============================================================================
--- python/trunk/Doc/c-api/datetime.rst (original)
+++ python/trunk/Doc/c-api/datetime.rst Sat Jun 26 20:49:10 2010
@@ -10,7 +10,8 @@
included in your source (note that this is not included by :file:`Python.h`),
and the macro :cmacro:`PyDateTime_IMPORT` must be invoked, usually as part of
the module initialisation function. The macro puts a pointer to a C structure
-into a static variable, ``PyDateTimeAPI``, that is used by the following macros.
+into a static variable, :cdata:`PyDateTimeAPI`, that is used by the following
+macros.
Type-check macros:
More information about the Python-checkins
mailing list