]> granicus.if.org Git - python/commitdiff
Issue 9024: Added :cdata: tag to PyDateTimeAPI
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>
Sat, 26 Jun 2010 18:49:10 +0000 (18:49 +0000)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>
Sat, 26 Jun 2010 18:49:10 +0000 (18:49 +0000)
Doc/c-api/datetime.rst

index c4e1e381a87c416b857618d76554d94810dcac2a..0e9b3767660ff2786ce997a7680eeb105e8880bc 100644 (file)
@@ -10,7 +10,8 @@ Before using any of these functions, the header file :file:`datetime.h` must be
 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: