From: Phobosmir Date: Sat, 4 Nov 2017 10:39:45 +0000 (+0300) Subject: bpo-31678: Fix typo in PyDateTime_DELTA_GET_MICROSECONDS (GH-3869) X-Git-Tag: v3.7.0a3~245 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=82cd3cede804ca694fb0657fd985d5eff84a414f;p=thirdparty%2FPython%2Fcpython.git bpo-31678: Fix typo in PyDateTime_DELTA_GET_MICROSECONDS (GH-3869) --- diff --git a/Doc/c-api/datetime.rst b/Doc/c-api/datetime.rst index 39542bd17a3b..305e990368c2 100644 --- a/Doc/c-api/datetime.rst +++ b/Doc/c-api/datetime.rst @@ -188,7 +188,7 @@ not be *NULL*, and the type is not checked: .. versionadded:: 3.3 -.. c:function:: int PyDateTime_DELTA_GET_MICROSECOND(PyDateTime_Delta *o) +.. c:function:: int PyDateTime_DELTA_GET_MICROSECONDS(PyDateTime_Delta *o) Return the number of microseconds, as an int from 0 through 999999.