Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1341f57

Browse files
committed
Merged revisions 82251 via svnmerge from
svn+ssh://[email protected]/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 ........
1 parent c1897e7 commit 1341f57

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Doc/c-api/datetime.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ Before using any of these functions, the header file :file:`datetime.h` must be
1010
included in your source (note that this is not included by :file:`Python.h`),
1111
and the macro :cmacro:`PyDateTime_IMPORT` must be invoked, usually as part of
1212
the module initialisation function. The macro puts a pointer to a C structure
13-
into a static variable, ``PyDateTimeAPI``, that is used by the following macros.
13+
into a static variable, :cdata:`PyDateTimeAPI`, that is used by the following
14+
macros.
1415

1516
Type-check macros:
1617

0 commit comments

Comments
 (0)