Skip to content

Commit 15bf260

Browse files
committed
Move the reference to alternative list up
1 parent 58a414f commit 15bf260

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Doc/reference/lexical_analysis.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1363,7 +1363,9 @@ Operators and delimiters
13631363
single: delimiters
13641364

13651365
The following grammar defines :dfn:`operator` and :dfn:`delimiter` tokens,
1366-
that is, the generic :data:`~token.OP` token type:
1366+
that is, the generic :data:`~token.OP` token type.
1367+
A :ref:`list of these tokens and their names <token_operators_delimiters>`
1368+
is also available in the :mod:`!token` module documentation.
13671369

13681370
.. grammar-snippet::
13691371
:group: python-grammar
@@ -1408,6 +1410,3 @@ that is, the generic :data:`~token.OP` token type:
14081410
A sequence of three consecutive periods (``...``) has a special
14091411
meaning as an :py:data:`Ellipsis` literal.
14101412

1411-
See :ref:`operator and delimiter tokens <token_operators_delimiters>`
1412-
in the :mod:`!token` module documentation for names of the operator and
1413-
delimiter tokens.

0 commit comments

Comments
 (0)