mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
minor markup nits; fix missing whitespace
This commit is contained in:
parent
179b39ab9e
commit
5b00059110
1 changed files with 2 additions and 2 deletions
|
@ -397,8 +397,8 @@ String literals are described by the following lexical definitions:
|
|||
One syntactic restriction not indicated by these productions is that
|
||||
whitespace is not allowed between the \grammartoken{stringprefix} and
|
||||
the rest of the string literal. The source character set is defined
|
||||
by the encoding declaration; it is \ASCII if no encoding declaration
|
||||
is given in the source file; see \ref{encodings}.
|
||||
by the encoding declaration; it is \ASCII{} if no encoding declaration
|
||||
is given in the source file; see section~\ref{encodings}.
|
||||
|
||||
\index{triple-quoted string}
|
||||
\index{Unicode Consortium}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue