diff options
author | Zackery Spytz <zspytz@gmail.com> | 2020-06-28 06:40:54 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-28 06:40:54 (GMT) |
commit | cd3c2bdd5d53db7fe1d546543d32000070916552 (patch) | |
tree | d819bf1020055af6da2e3ab84a97bb6d36d9eeb0 /Misc/NEWS.d | |
parent | 8ab77c6f9fb6ef86af8f6b8722a2fcb37438edd0 (diff) | |
download | cpython-cd3c2bdd5d53db7fe1d546543d32000070916552.zip cpython-cd3c2bdd5d53db7fe1d546543d32000070916552.tar.gz cpython-cd3c2bdd5d53db7fe1d546543d32000070916552.tar.bz2 |
bpo-31082: Use "iterable" in the docstring for functools.reduce() (GH-20796)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2020-06-25-10-11-47.bpo-31082.HsgDkx.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-06-25-10-11-47.bpo-31082.HsgDkx.rst b/Misc/NEWS.d/next/Library/2020-06-25-10-11-47.bpo-31082.HsgDkx.rst new file mode 100644 index 0000000..9746d33 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2020-06-25-10-11-47.bpo-31082.HsgDkx.rst @@ -0,0 +1 @@ +Use the term "iterable" in the docstring for :func:`functools.reduce`. |