From: Guido van Rossum Date: Wed, 3 May 1995 13:47:16 +0000 (+0000) Subject: squeezed some space out of a line that was too long X-Git-Tag: v1.3b1~317 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ad07f2b6562749afc5a3cee6bc29b987ba32d11b;p=thirdparty%2FPython%2Fcpython.git squeezed some space out of a line that was too long --- diff --git a/Doc/ref/ref5.tex b/Doc/ref/ref5.tex index 8f18c2253920..00383ef383b9 100644 --- a/Doc/ref/ref5.tex +++ b/Doc/ref/ref5.tex @@ -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)} diff --git a/Doc/ref5.tex b/Doc/ref5.tex index 8f18c2253920..00383ef383b9 100644 --- a/Doc/ref5.tex +++ b/Doc/ref5.tex @@ -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)}