mirror of
https://github.com/python/cpython.git
synced 2024-12-02 06:14:49 +08:00
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:
|
categorized syntactically as atoms. The syntax for atoms is:
|
||||||
|
|
||||||
\begin{verbatim}
|
\begin{verbatim}
|
||||||
atom: identifier | literal | enclosure
|
atom: identifier | literal | enclosure
|
||||||
enclosure: parenth_form | list_display | dict_display | string_conversion
|
enclosure: parenth_form|list_display|dict_display|string_conversion
|
||||||
\end{verbatim}
|
\end{verbatim}
|
||||||
|
|
||||||
\subsection{Identifiers (Names)}
|
\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:
|
categorized syntactically as atoms. The syntax for atoms is:
|
||||||
|
|
||||||
\begin{verbatim}
|
\begin{verbatim}
|
||||||
atom: identifier | literal | enclosure
|
atom: identifier | literal | enclosure
|
||||||
enclosure: parenth_form | list_display | dict_display | string_conversion
|
enclosure: parenth_form|list_display|dict_display|string_conversion
|
||||||
\end{verbatim}
|
\end{verbatim}
|
||||||
|
|
||||||
\subsection{Identifiers (Names)}
|
\subsection{Identifiers (Names)}
|
||||||
|
Loading…
Reference in New Issue
Block a user