Add two missing literal block markers.

This commit is contained in:
Georg Brandl 2007-05-04 19:28:34 +00:00
parent bbbe63701a
commit ea766d6a3d
1 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@ Triple-Quoted Strings
--------------------- ---------------------
Open a triple-quoted string; again, people recognize that the string 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 = """ banner_message = """
Satisfaction Guaranteed, Satisfaction Guaranteed,
@ -112,7 +112,7 @@ Terminal ``\`` within a string
A terminal ``\`` within a single-quoted string, at the end of the A terminal ``\`` within a single-quoted string, at the end of the
line. This is arguably a special case of the terminal ``\``, but it 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\ >>> "abd\
def" def"