Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2b8861f

Browse files
committed
Nits.
1 parent fd311a7 commit 2b8861f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/whatsnew/3.2.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)