]> granicus.if.org Git - python/commit
bpo-23787: Change sum() docstring from sequence to iterable (GH-1859)
authorMariatta <Mariatta@users.noreply.github.com>
Tue, 6 Jun 2017 16:12:03 +0000 (09:12 -0700)
committerGitHub <noreply@github.com>
Tue, 6 Jun 2017 16:12:03 +0000 (09:12 -0700)
commit536209ef92f16ea8823209a3c4b8763c0ec5d4bc
tree98984cfe21bc8034b013049d6ba8c8608f1b5259
parente29c5e81045e24b60cec0f3990598d8468a56a0d
bpo-23787: Change sum() docstring from sequence to iterable (GH-1859)

* bpo-23787: Change sum() docstring from sequence to iterable

Original patch by Raymond Hettinger.
Python/bltinmodule.c