Fix whitespace in example of bad indentation: a comment indicated that one

line was not indented at all, so the example is no longer indented at all.
All of the errors being shown remain.

Typo: characteru --> character
This commit is contained in:
Fred Drake 2001-12-11 17:46:38 +00:00
parent 9493455c2a
commit 1d3e6c15ce
1 changed files with 8 additions and 8 deletions

View File

@ -327,7 +327,7 @@ String literals are described by the following lexical definitions:
\production{shortstringchar}
{<any ASCII character except "\e" or newline or the quote>}
\production{longstringchar}
{<any ASCII characteru except "\e">}
{<any ASCII character except "\e">}
\production{escapeseq}
{"\e" <any ASCII character>}
\end{productionlist}