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

Skip to content

Commit 82cd3ce

Browse files
Phobosmirberkerpeksag
authored andcommitted
bpo-31678: Fix typo in PyDateTime_DELTA_GET_MICROSECONDS (GH-3869)
1 parent 63ff413 commit 82cd3ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/c-api/datetime.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ not be *NULL*, and the type is not checked:
188188
.. versionadded:: 3.3
189189
190190
191-
.. c:function:: int PyDateTime_DELTA_GET_MICROSECOND(PyDateTime_Delta *o)
191+
.. c:function:: int PyDateTime_DELTA_GET_MICROSECONDS(PyDateTime_Delta *o)
192192
193193
Return the number of microseconds, as an int from 0 through 999999.
194194

0 commit comments

Comments
 (0)