]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44072: fix Complex, Integral docs for `**` (GH-25986)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 14 May 2021 22:25:43 +0000 (15:25 -0700)
committerGitHub <noreply@github.com>
Fri, 14 May 2021 22:25:43 +0000 (15:25 -0700)
commitfa9de0c383581936de3338c8dc6b58c10a6e27b8
tree694893cec32db516ff97914063cb9b034675d6ea
parentc90642b0d48e5ab40d05b526311ba19bb87f3233
bpo-44072: fix Complex, Integral docs for `**` (GH-25986)

In numbers module docstrings and docs.
(cherry picked from commit 4aa63d65a9971d14f1a2131b989dca0dab514a9d)

Co-authored-by: Rory Yorke <rory.yorke@gmail.com>
Doc/library/numbers.rst
Lib/numbers.py
Misc/NEWS.d/next/Documentation/2021-05-08-09-48-05.bpo-44072.fb2x5I.rst [new file with mode: 0644]