]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix parameter names in assertIn() docs (GH-18829)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 17 Apr 2020 02:07:31 +0000 (19:07 -0700)
committerGitHub <noreply@github.com>
Fri, 17 Apr 2020 02:07:31 +0000 (19:07 -0700)
commit6fd47fabe04a1d52c61e87d594d10dd65e6432ee
tree1b6a34884b54c0ee9d1f3d47985a1823bbe9dd7e
parentcd09d7e55d160edc454763d3fb6a48180988741a
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".
(cherry picked from commit a388bbd3f129364c39843f63e92f08bc53c71905)

Co-authored-by: Christoph Zwerschke <cito@online.de>
Doc/library/unittest.rst