mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
squeezed some space out of a line that was too long
This commit is contained in:
parent
2f7ef91a5e
commit
ad07f2b656
2 changed files with 4 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue