mirror of https://github.com/python/cpython
squeezed some space out of a line that was too long
This commit is contained in:
parent
2f7ef91a5e
commit
ad07f2b656
|
@ -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)}
|
||||
|
|
|
@ -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)}
|
||||
|
|
Loading…
Reference in New Issue