]> 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:39:39 +0000 (09:39 -0700)
committerBrian Curtin <brian@python.org>
Sat, 29 Sep 2018 16:39:39 +0000 (10:39 -0600)
commit3cd5e8e83c9785d9f505138903c7a50dc964101e
tree9011ae6fa1cc8f75993d877d8e0459659ecbeadf
parent207bb5fda52c352d20be1ca4e7fc85cb513d7cf4
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