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

Skip to content

Commit 9def205

Browse files
committed
merge with 3.3
2 parents 94a9a2d + 7b8c132 commit 9def205

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/faq/design.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -862,8 +862,8 @@ There are several reasons to allow this.
862862

863863
When you have a literal value for a list, tuple, or dictionary spread across
864864
multiple lines, it's easier to add more elements because you don't have to
865-
remember to add a comma to the previous line. The lines can also be sorted in
866-
your editor without creating a syntax error.
865+
remember to add a comma to the previous line. The lines can also be reordered
866+
without creating a syntax error.
867867

868868
Accidentally omitting the comma can lead to errors that are hard to diagnose.
869869
For example::

0 commit comments

Comments
 (0)