Skip to content

Commit 59019bb

Browse files
encukouAA-Turner
andauthored
Update Doc/reference/lexical_analysis.rst
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
1 parent 9de8961 commit 59019bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/reference/lexical_analysis.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1401,7 +1401,7 @@ is also available in the :mod:`!token` module documentation.
14011401
a delimiter that introduces decorators.
14021402

14031403
For some tokens, the distinction is unclear.
1404-
For example, some people consider ``. ( )`` to be delimiters, while others
1404+
For example, some people consider ``.``, ``(``, and ``)`` to be delimiters, while others
14051405
see the :py:func:`getattr` operator and the function call operator(s).
14061406

14071407
Some of Python's operators, like ``and``, ``or``, and ``not in``, use

0 commit comments

Comments
 (0)