@@ -233,16 +233,16 @@ \subsection{String literals}
233233\verb /\\ / & Backslash (\verb /\ /) \\
234234\verb /\' / & Single quote (\verb /' /) \\
235235\verb /\" / & Double quote (\verb /" /) \\
236- \verb /\a / & ASCII Bell (BEL) \\
237- \verb /\b / & ASCII Backspace (BS) \\
238- % \verb/\E/ & ASCII Escape (ESC) \\
239- \verb /\f / & ASCII Formfeed (FF) \\
240- \verb /\n / & ASCII Linefeed (LF) \\
241- \verb /\r / & ASCII Carriage Return (CR) \\
242- \verb /\t / & ASCII Horizontal Tab (TAB) \\
243- \verb /\v / & ASCII Vertical Tab (VT) \\
244- \verb /\ /{\em ooo} & ASCII character with octal value {\em ooo} \\
245- \verb /\x /{\em xx...} & ASCII character with hex value {\em xx...} \\
236+ \verb /\a / & \ ASCII{} Bell (BEL) \\
237+ \verb /\b / & \ ASCII{} Backspace (BS) \\
238+ % \verb/\E/ & \ ASCII{} Escape (ESC) \\
239+ \verb /\f / & \ ASCII{} Formfeed (FF) \\
240+ \verb /\n / & \ ASCII{} Linefeed (LF) \\
241+ \verb /\r / & \ ASCII{} Carriage Return (CR) \\
242+ \verb /\t / & \ ASCII{} Horizontal Tab (TAB) \\
243+ \verb /\v / & \ ASCII{} Vertical Tab (VT) \\
244+ \verb /\ /{\em ooo} & \ ASCII{} character with octal value {\em ooo} \\
245+ \verb /\x /{\em xx...} & \ ASCII{} character with hex value {\em xx...} \\
246246\hline
247247\end {tabular }
248248\end {center }
@@ -358,7 +358,7 @@ \section{Delimiters}
358358= ;
359359\end {verbatim }
360360
361- The following printing ASCII characters are not used in Python. Their
361+ The following printing \ ASCII{} characters are not used in Python. Their
362362occurrence outside string literals and comments is an unconditional
363363error:
364364\index {ASCII}
0 commit comments