mirror of
https://github.com/python/cpython.git
synced 2025-08-19 00:00:48 +00:00
[3.13] gh-123517: Remove unnecessary :meth:
parentheses (gh-123518) (GH-123577)
This commit is contained in:
parent
10735bff9e
commit
05dcc81601
52 changed files with 138 additions and 138 deletions
|
@ -318,10 +318,10 @@ Macros for the convenience of modules implementing the DB API:
|
|||
.. c:function:: PyObject* PyDateTime_FromTimestamp(PyObject *args)
|
||||
|
||||
Create and return a new :class:`datetime.datetime` object given an argument
|
||||
tuple suitable for passing to :meth:`datetime.datetime.fromtimestamp()`.
|
||||
tuple suitable for passing to :meth:`datetime.datetime.fromtimestamp`.
|
||||
|
||||
|
||||
.. c:function:: PyObject* PyDate_FromTimestamp(PyObject *args)
|
||||
|
||||
Create and return a new :class:`datetime.date` object given an argument
|
||||
tuple suitable for passing to :meth:`datetime.date.fromtimestamp()`.
|
||||
tuple suitable for passing to :meth:`datetime.date.fromtimestamp`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue