[Python-checkins] r55128 - peps/trunk/pep-3125.txt
georg.brandl
python-checkins at python.org
Fri May 4 21:28:34 CEST 2007
Author: georg.brandl
Date: Fri May 4 21:28:34 2007
New Revision: 55128
Modified:
peps/trunk/pep-3125.txt
Log:
Add two missing literal block markers.
Modified: peps/trunk/pep-3125.txt
==============================================================================
--- peps/trunk/pep-3125.txt (original)
+++ peps/trunk/pep-3125.txt Fri May 4 21:28:34 2007
@@ -67,7 +67,7 @@
---------------------
Open a triple-quoted string; again, people recognize that the string
-needs to finish before the next statement starts.
+needs to finish before the next statement starts. ::
banner_message = """
Satisfaction Guaranteed,
@@ -112,7 +112,7 @@
A terminal ``\`` within a single-quoted string, at the end of the
line. This is arguably a special case of the terminal ``\``, but it
-is a special case that may be worth keeping.
+is a special case that may be worth keeping. ::
>>> "abd\
def"
More information about the Python-checkins
mailing list