commit | 536209ef92f16ea8823209a3c4b8763c0ec5d4bc | [log] [tgz] |
---|---|---|
author | Mariatta <Mariatta@users.noreply.github.com> | Tue Jun 06 09:12:03 2017 -0700 |
committer | GitHub <noreply@github.com> | Tue Jun 06 09:12:03 2017 -0700 |
tree | 98984cfe21bc8034b013049d6ba8c8608f1b5259 | |
parent | e29c5e81045e24b60cec0f3990598d8468a56a0d [diff] |
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.