From: Alexander Belopolsky Date: Sat, 26 Jun 2010 18:49:10 +0000 (+0000) Subject: Issue 9024: Added :cdata: tag to PyDateTimeAPI X-Git-Tag: v2.7~59 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=21887dfc1af1240580f7c418c0cb813a9e5657c0;p=python Issue 9024: Added :cdata: tag to PyDateTimeAPI --- diff --git a/Doc/c-api/datetime.rst b/Doc/c-api/datetime.rst index c4e1e381a8..0e9b376766 100644 --- a/Doc/c-api/datetime.rst +++ b/Doc/c-api/datetime.rst @@ -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: