]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Adjust builtins.zip() docstring to better communicate its signature (GH-14833)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 19 Jul 2019 18:27:13 +0000 (11:27 -0700)
committerGitHub <noreply@github.com>
Fri, 19 Jul 2019 18:27:13 +0000 (11:27 -0700)
commit843fd85cf7e7e139fd1cbaf0dc89cd8771609ec9
treebd9713426c215497b57cf672bbf2190e1fc58e74
parent87b6078fb90f11dc67ad8f31e98cbc40f74fcb81
Adjust builtins.zip() docstring to better communicate its signature (GH-14833)

(cherry picked from commit af2f5b1723b95e45e1f15b5bd52102b7de560f7c)

Co-authored-by: Sergey Fedoseev <fedoseev.sergey@gmail.com>
Python/bltinmodule.c