From f96174790637a41be6807360710414ef34a51847 Mon Sep 17 00:00:00 2001 From: Luke Date: Thu, 19 Aug 2021 13:41:16 +0200 Subject: [PATCH] Added reminder to the example .ini for empty line option Added comment about empty_lines_in_values=False to the example .ini file. --- Doc/library/configparser.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/configparser.rst b/Doc/library/configparser.rst index 3de5918367ace46..7cc1a73ce08d81d 100644 --- a/Doc/library/configparser.rst +++ b/Doc/library/configparser.rst @@ -291,7 +291,7 @@ For example: deeper than the first line of a value # Did I mention we can indent comments, too? - + # Remember to set the emtpy lines option to False in your ConfigParser: empty_lines_in_values=False Interpolation of values -----------------------