]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-27351: Fix ConfigParser.read() documentation and docstring (GH-8123)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 29 Sep 2018 16:33:05 +0000 (09:33 -0700)
committerBrian Curtin <brian@python.org>
Sat, 29 Sep 2018 16:33:05 +0000 (10:33 -0600)
commitb0b8f9bd4e6f78ac7383b4e56cfb6cbacc77da89
tree6be92ff6daf9516629d5777f1d255e0cfaeb0c34
parent4c1b2ad44f67ed19b7acf4fc09510ec3f5d081bc
bpo-27351: Fix ConfigParser.read() documentation and docstring (GH-8123)

Switch "list" with "iterable" to match with the implementation.
(cherry picked from commit e45473e3ca31e5b78dc85cab575f5bb60d5b7f8f)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Doc/library/configparser.rst
Lib/configparser.py