New submission from Aleksey <st.p.inomi...@gmail.com>:

In the documentation by Python 3.5 C-API DateTime Objects 
(https://docs.python.org/3.5/c-api/datetime.html) method 
PyDateTime_DELTA_GET_MICROSECOND has not "S" in the end of method name. But in 
the header file "datetime.h", this method has "S" and so named 
PyDateTime_DELTA_GET_MICROSECONDS.

----------
assignee: docs@python
components: Documentation
messages: 350758
nosy: Nukopol, docs@python
priority: normal
severity: normal
status: open
title: Typo in the documentation by C-API DateTime Objects¶
type: behavior
versions: Python 3.5

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue37975>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to