squeezed some space out of a line that was too long

This commit is contained in:
Guido van Rossum 1995-05-03 13:47:16 +00:00
parent 2f7ef91a5e
commit ad07f2b656
2 changed files with 4 additions and 4 deletions

View File

@ -62,8 +62,8 @@ reverse quotes or in parentheses, brackets or braces are also
categorized syntactically as atoms. The syntax for atoms is:
\begin{verbatim}
atom: identifier | literal | enclosure
enclosure: parenth_form | list_display | dict_display | string_conversion
atom: identifier | literal | enclosure
enclosure: parenth_form|list_display|dict_display|string_conversion
\end{verbatim}
\subsection{Identifiers (Names)}

View File

@ -62,8 +62,8 @@ reverse quotes or in parentheses, brackets or braces are also
categorized syntactically as atoms. The syntax for atoms is:
\begin{verbatim}
atom: identifier | literal | enclosure
enclosure: parenth_form | list_display | dict_display | string_conversion
atom: identifier | literal | enclosure
enclosure: parenth_form|list_display|dict_display|string_conversion
\end{verbatim}
\subsection{Identifiers (Names)}