summaryrefslogtreecommitdiffstats
path: root/Doc/faq
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-04-14 08:31:24 (GMT)
committerGeorg Brandl <georg@python.org>2013-04-14 08:31:24 (GMT)
commit9def20566a81f2ef8ea0e86a77883a135ef28f80 (patch)
treee754faf2e3b901f4cc2ea8f19c86279639d72b5a /Doc/faq
parent94a9a2da326ccef972e69e521fcb87044e1a5424 (diff)
parent7b8c1324d756c30c8852269153a7a1ebf240376b (diff)
downloadcpython-9def20566a81f2ef8ea0e86a77883a135ef28f80.zip
cpython-9def20566a81f2ef8ea0e86a77883a135ef28f80.tar.gz
cpython-9def20566a81f2ef8ea0e86a77883a135ef28f80.tar.bz2
merge with 3.3
Diffstat (limited to 'Doc/faq')
-rw-r--r--Doc/faq/design.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/faq/design.rst b/Doc/faq/design.rst
index 04c8c1f..724eecf 100644
--- a/Doc/faq/design.rst
+++ b/Doc/faq/design.rst
@@ -862,8 +862,8 @@ There are several reasons to allow this.
When you have a literal value for a list, tuple, or dictionary spread across
multiple lines, it's easier to add more elements because you don't have to
-remember to add a comma to the previous line. The lines can also be sorted in
-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.
Accidentally omitting the comma can lead to errors that are hard to diagnose.
For example::