File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1633,7 +1633,7 @@ require changes to your code:
16331633 values are actual strings. Formerly, unsupported types could be introduced
16341634 unintentionally.
16351635
1636- * Duplicate sections or options now raise either
1636+ * Duplicate sections or options from a single source now raise either
16371637 :exc: `~configparser.DuplicateSectionError ` or
16381638 :exc: `~configparser.DuplicateOptionError `. Formerly, duplicates would
16391639 silently overwrite a previous entry.
@@ -1643,7 +1643,7 @@ require changes to your code:
16431643
16441644 * Comments now can be indented. Consequently, for **; ** or **# ** to appear at
16451645 the start of a line in multiline values, it has to be interpolated. This
1646- keep comment prefix characters in value from being mistaken as comments.
1646+ keeps comment prefix characters in values from being mistaken as comments.
16471647
16481648 * ``"" `` is now a valid value and is no longer automatically converted to an
16491649 empty string. For empty strings, use ``"option =" `` in a line.
You can’t perform that action at this time.
0 commit comments