summaryrefslogtreecommitdiffstats
path: root/Doc/ref
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1995-05-03 13:47:16 (GMT)
committerGuido van Rossum <guido@python.org>1995-05-03 13:47:16 (GMT)
commitad07f2b6562749afc5a3cee6bc29b987ba32d11b (patch)
tree4de3be1f23d7d80febe43f6502dd9d5588e844ef /Doc/ref
parent2f7ef91a5ef88192220d74635fb950f505fedb2b (diff)
downloadcpython-ad07f2b6562749afc5a3cee6bc29b987ba32d11b.zip
cpython-ad07f2b6562749afc5a3cee6bc29b987ba32d11b.tar.gz
cpython-ad07f2b6562749afc5a3cee6bc29b987ba32d11b.tar.bz2
squeezed some space out of a line that was too long
Diffstat (limited to 'Doc/ref')
-rw-r--r--Doc/ref/ref5.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/ref/ref5.tex b/Doc/ref/ref5.tex
index 8f18c22..00383ef 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)}