Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commiteb55659

Browse files
[3.11] Add missing 'is' tocmath.log() docstring (GH-102049) (#102279)
Fix missing 'is' in cmath.log() docstring.(cherry picked from commit71f614e)Co-authored-by: Owain Davies <116417456+OTheDev@users.noreply.github.com>
1 parent2c4fc87 commiteb55659

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎Modules/clinic/cmathmodule.c.h‎

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎Modules/cmathmodule.c‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -957,12 +957,12 @@ cmath.log
957957
958958
log(z[, base]) -> the logarithm of z to the given base.
959959
960-
If the base not specified, returns the natural logarithm (base e) of z.
960+
If the baseisnot specified, returns the natural logarithm (base e) of z.
961961
[clinic start generated code]*/
962962

963963
staticPyObject*
964964
cmath_log_impl(PyObject*module,Py_complexx,PyObject*y_obj)
965-
/*[clinic end generated code: output=4effdb7d258e0d94 input=230ed3a71ecd000a]*/
965+
/*[clinic end generated code: output=4effdb7d258e0d94 input=e1f81d4fcfd26497]*/
966966
{
967967
Py_complexy;
968968

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp