commit | a388bbd3f129364c39843f63e92f08bc53c71905 | [log] [tgz] |
---|---|---|
author | Christoph Zwerschke <cito@online.de> | Fri Apr 17 03:54:53 2020 +0200 |
committer | GitHub <noreply@github.com> | Thu Apr 16 18:54:53 2020 -0700 |
tree | 7723733e37a0fc3ab81e92bac615c7672cf5863e | |
parent | 5565c30f0b25996a0e73477fc0e1e1aced52b926 [diff] |
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".