]> granicus.if.org Git - python/commit
bpo-27351: Fix ConfigParser.read() documentation and docstring (GH-8123)
authorZackery Spytz <zspytz@gmail.com>
Sat, 29 Sep 2018 16:15:55 +0000 (10:15 -0600)
committerBrian Curtin <brian@python.org>
Sat, 29 Sep 2018 16:15:55 +0000 (10:15 -0600)
commite45473e3ca31e5b78dc85cab575f5bb60d5b7f8f
tree356cfeb6de1032846ea00e229f861de7ee8fb34e
parenteef059657d6b10babdb4831e1148d60cc644ee9a
bpo-27351: Fix ConfigParser.read() documentation and docstring (GH-8123)

Switch "list" with "iterable" to match with the implementation.
Doc/library/configparser.rst
Lib/configparser.py