mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Add missing 'is' to cmath.log()
docstring (#102049)
Fix missing 'is' in cmath.log() docstring
This commit is contained in:
parent
9a07eff628
commit
71f614ef2a
2 changed files with 4 additions and 4 deletions
|
@ -957,12 +957,12 @@ cmath.log
|
|||
|
||||
log(z[, base]) -> the logarithm of z to the given base.
|
||||
|
||||
If the base not specified, returns the natural logarithm (base e) of z.
|
||||
If the base is not specified, returns the natural logarithm (base e) of z.
|
||||
[clinic start generated code]*/
|
||||
|
||||
static PyObject *
|
||||
cmath_log_impl(PyObject *module, Py_complex x, PyObject *y_obj)
|
||||
/*[clinic end generated code: output=4effdb7d258e0d94 input=230ed3a71ecd000a]*/
|
||||
/*[clinic end generated code: output=4effdb7d258e0d94 input=e1f81d4fcfd26497]*/
|
||||
{
|
||||
Py_complex y;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue