Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 94a9a2d + 7b8c132 commit 9def205Copy full SHA for 9def205
1 file changed
Doc/faq/design.rst
@@ -862,8 +862,8 @@ There are several reasons to allow this.
862
863
When you have a literal value for a list, tuple, or dictionary spread across
864
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.
+remember to add a comma to the previous line. The lines can also be reordered
+without creating a syntax error.
867
868
Accidentally omitting the comma can lead to errors that are hard to diagnose.
869
For example::
0 commit comments