[Python-checkins] peps: Clarify the wording.
barry.warsaw
python-checkins at python.org
Tue Jul 9 15:27:25 CEST 2013
http://hg.python.org/peps/rev/c6a5738d5eb3
changeset: 4989:c6a5738d5eb3
user: Barry Warsaw <barry at python.org>
date: Tue Jul 09 09:27:16 2013 -0400
summary:
Clarify the wording.
files:
pep-0008.txt | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/pep-0008.txt b/pep-0008.txt
--- a/pep-0008.txt
+++ b/pep-0008.txt
@@ -101,7 +101,8 @@
var_three, var_four)
The closing brace/bracket/parenthesis on multi-line constructs may
-either line up under the last item of the list, as in::
+either line up under the first non-whitespace character of the last
+line of list, as in::
my_list = [
1, 2, 3,
--
Repository URL: http://hg.python.org/peps
More information about the Python-checkins
mailing list