From 46980d8bb1963f0127ccff8ce50f908e82863c4d Mon Sep 17 00:00:00 2001 From: Alexander Belopolsky Date: Sat, 26 Jun 2010 18:58:29 +0000 Subject: [PATCH] Merged revisions 82255 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r82255 | alexander.belopolsky | 2010-06-26 14:57:02 -0400 (Sat, 26 Jun 2010) | 9 lines Merged revisions 82251 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r82251 | alexander.belopolsky | 2010-06-26 14:49:10 -0400 (Sat, 26 Jun 2010) | 1 line Issue 9024: Added :cdata: tag to PyDateTimeAPI ........ ................ --- Doc/c-api/datetime.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Doc/c-api/datetime.rst b/Doc/c-api/datetime.rst index 510ef26c66..6515babbde 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: -- 2.40.0