]> granicus.if.org Git - python/commitdiff
bpo-31678: Fix typo in PyDateTime_DELTA_GET_MICROSECONDS (GH-3869)
authorPhobosmir <phobos_mir@mail.ru>
Sat, 4 Nov 2017 10:39:45 +0000 (13:39 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Sat, 4 Nov 2017 10:39:45 +0000 (13:39 +0300)
Doc/c-api/datetime.rst

index 39542bd17a3b4a77364dcb6c1684872d5bfd24be..305e990368c29314c2c33fa726bc6fd3999a1dc3 100644 (file)
@@ -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.