Issue 9024: Added :cdata: tag to PyDateTimeAPI

This commit is contained in:
Alexander Belopolsky 2010-06-26 18:49:10 +00:00
parent 2f06b78d61
commit 21887dfc1a
1 changed files with 2 additions and 1 deletions

View 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: