Skip to content
Prev Previous commit
Next Next commit
Fix formatting errors (line length and empty lines)
  • Loading branch information
sblondon committed Aug 9, 2019
commit 13ad7ab63604562c6ca0648e1cb333c2b627cf95
3 changes: 2 additions & 1 deletion Doc/library/configparser.rst
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,9 @@ used to override previously defined properties and retain existing ones.
>>> config['topsecret.server.com']['ForwardX11']
'no'

This behaviour is equivalent to a :meth:`ConfigParser.read` call with several
files passed to ``filenames`` parameter.
Comment thread
sblondon marked this conversation as resolved.
Outdated

This behaviour is equivalent to a :meth:`ConfigParser.read` call with several files passed to ``filenames`` parameter.

Comment thread
sblondon marked this conversation as resolved.
Supported Datatypes
-------------------
Expand Down