]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix parameter names in assertIn() docs (GH-18829)
authorChristoph Zwerschke <cito@online.de>
Fri, 17 Apr 2020 01:54:53 +0000 (03:54 +0200)
committerGitHub <noreply@github.com>
Fri, 17 Apr 2020 01:54:53 +0000 (18:54 -0700)
commita388bbd3f129364c39843f63e92f08bc53c71905
tree7723733e37a0fc3ab81e92bac615c7672cf5863e
parent5565c30f0b25996a0e73477fc0e1e1aced52b926
Fix parameter names in assertIn() docs (GH-18829)

The names "member" and "container" for the arguments are also used in the module and shown with the help() function, and are immediately understandable in this context, contrary to "first" and "second".
Doc/library/unittest.rst