summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2023-10-28 05:27:33 (GMT)
committerGitHub <noreply@github.com>2023-10-28 05:27:33 (GMT)
commitc3f75b757f655e864c714482a4306f46c672b111 (patch)
tree7df645766d32b05bfe772f458eca0e568a75b7af /Misc
parent2398036eeafad68d7cc0829e89405cc1974dc012 (diff)
downloadcpython-c3f75b757f655e864c714482a4306f46c672b111.zip
cpython-c3f75b757f655e864c714482a4306f46c672b111.tar.gz
cpython-c3f75b757f655e864c714482a4306f46c672b111.tar.bz2
[3.12] gh-111342: fix typo in math.sumprod (GH-111416) (gh-111419)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2023-10-28-04-21-17.gh-issue-111342.m8Ln1k.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-10-28-04-21-17.gh-issue-111342.m8Ln1k.rst b/Misc/NEWS.d/next/Library/2023-10-28-04-21-17.gh-issue-111342.m8Ln1k.rst
new file mode 100644
index 0000000..57707fd
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2023-10-28-04-21-17.gh-issue-111342.m8Ln1k.rst
@@ -0,0 +1 @@
+Fixed typo in :func:`math.sumprod`.