Thanks to visit codestin.com Credit goes to github.com
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 f644110 commit b99bb20Copy full SHA for b99bb20
1 file changed
Doc/c-api/complex.rst
@@ -72,7 +72,7 @@ pointers. This is consistent throughout the API.
72
Return the exponentiation of *num* by *exp*, using the C :c:type:`Py_complex`
73
representation.
74
75
- If :attr:`exp.imag` is not null, or :attr:`exp.real` is negative,
+ If *num* is null and *exp* is not a positive real number,
76
this method returns zero and sets :c:data:`errno` to :c:data:`EDOM`.
77
78
0 commit comments