mirror of
https://github.com/python/cpython.git
synced 2025-09-28 11:15:17 +00:00
Issue #13522: Fix _Py_co_pow() documentation
Patch written by Arnaud Calmettes.
This commit is contained in:
parent
c9e180043c
commit
cc1a0865f1
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ pointers. This is consistent throughout the API.
|
|||
Return the exponentiation of *num* by *exp*, using the C :ctype:`Py_complex`
|
||||
representation.
|
||||
|
||||
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,
|
||||
this method returns zero and sets :cdata:`errno` to :cdata:`EDOM`.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue