]> granicus.if.org Git - python/commitdiff
Merged revisions 82251 via svnmerge from
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>
Sat, 26 Jun 2010 18:57:02 +0000 (18:57 +0000)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>
Sat, 26 Jun 2010 18:57:02 +0000 (18:57 +0000)
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

index 510ef26c66e83e713f31e249a0fd490589895b62..6515babbde03ff9e3fee23410a20bdf088e0a8a1 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: