PEP 495: Update PyDateTime_GET_FOLD name into PyDateTime_DATE_GET_FOLD (gh-2709)
This commit is contained in:
parent
eba9adb2d1
commit
3b897a46b2
|
@ -143,7 +143,7 @@ Access macros will be defined to extract the value of ``fold`` from
|
|||
|
||||
.. code::
|
||||
|
||||
int PyDateTime_GET_FOLD(PyDateTime_DateTime *o)
|
||||
int PyDateTime_DATE_GET_FOLD(PyDateTime_DateTime *o)
|
||||
|
||||
Return the value of ``fold`` as a C ``int``.
|
||||
|
||||
|
|
Loading…
Reference in New Issue