[Python-checkins] peps: Minor fix.

georg.brandl python-checkins at python.org
Sat Feb 13 03:46:03 EST 2016


https://hg.python.org/peps/rev/3c22cf6e06e5
changeset:   6234:3c22cf6e06e5
user:        Georg Brandl <georg at python.org>
date:        Sat Feb 13 09:46:00 2016 +0100
summary:
  Minor fix.

files:
  pep-0515.txt |  8 ++++----
  1 files changed, 4 insertions(+), 4 deletions(-)


diff --git a/pep-0515.txt b/pep-0515.txt
--- a/pep-0515.txt
+++ b/pep-0515.txt
@@ -95,7 +95,7 @@
 
 * Ada: single, only between digits [8]_
 * C# (open proposal for 7.0): multiple, only between digits [6]_
-* C++ (C++14): single, between digits (different separator chosen) [1]_
+* C++14: single, between digits (different separator chosen) [1]_
 * D: multiple, anywhere, including trailing [2]_
 * Java: multiple, only between digits [7]_
 * Julia: single, only between digits (but not in float exponent parts)
@@ -144,9 +144,9 @@
 underscores.  Also, no other language is known to use this rule,
 except for languages that generally disregard any whitespace.
 
-C++14 introduces apostrophes for grouping (because underscores introduce
-ambiguity with user-defined literals), which is not considered because of the
-use in Python's string literals. [1]_
+C++14 introduces apostrophes for grouping (because underscores
+introduce ambiguity with user-defined literals), which is not
+considered because of the use in Python's string literals. [1]_
 
 
 Open Proposals

-- 
Repository URL: https://hg.python.org/peps


More information about the Python-checkins mailing list