mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
bpo-44426: Use of 'complex' as a C variable name confuses Sphinx; change it to 'num'. (GH-26744)
This commit is contained in:
parent
6773c3eaa7
commit
7247f6f433
1 changed files with 2 additions and 2 deletions
|
@ -46,9 +46,9 @@ pointers. This is consistent throughout the API.
|
|||
:c:type:`Py_complex` representation.
|
||||
|
||||
|
||||
.. c:function:: Py_complex _Py_c_neg(Py_complex complex)
|
||||
.. c:function:: Py_complex _Py_c_neg(Py_complex num)
|
||||
|
||||
Return the negation of the complex number *complex*, using the C
|
||||
Return the negation of the complex number *num*, using the C
|
||||
:c:type:`Py_complex` representation.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue