PEP 495: Update PyDateTime_GET_FOLD name into PyDateTime_DATE_GET_FOLD (gh-2709)

This commit is contained in:
Dong-hee Na 2022-07-13 09:08:21 +09:00 committed by GitHub
parent eba9adb2d1
commit 3b897a46b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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``.