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 -----------------------