8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6773c3e commit 7247f6fCopy full SHA for 7247f6f
Doc/c-api/complex.rst
@@ -46,9 +46,9 @@ pointers. This is consistent throughout the API.
46
:c:type:`Py_complex` representation.
47
48
49
-.. c:function:: Py_complex _Py_c_neg(Py_complex complex)
+.. c:function:: Py_complex _Py_c_neg(Py_complex num)
50
51
- Return the negation of the complex number *complex*, using the C
+ Return the negation of the complex number *num*, using the C
52
53
54
0 commit comments