[docs] [issue31678] Incorrect C Function name for timedelta

Михаил Миронов report at bugs.python.org
Tue Oct 3 09:47:42 EDT 2017


New submission from Михаил Миронов <phobosmir at gmail.com>:

Documentation:

PyDateTime_DELTA_GET_MICROSECOND
https://docs.python.org/3/c-api/datetime.html#c.PyDateTime_DELTA_GET_MICROSECOND

Should be:
PyDateTime_DELTA_GET_MICROSECONDS

----------
assignee: docs at python
components: Documentation
messages: 303616
nosy: docs at python, Михаил Миронов
priority: normal
severity: normal
status: open
title: Incorrect C Function name for timedelta
versions: Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31678>
_______________________________________


More information about the docs mailing list