Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ea0f7c2

Browse files
authored
bpo-31394: Make tokenize.rst PEP 8-compliant (GH-3526)
The last commit contained lines longer than 80 characters.
1 parent 5f8fbf9 commit ea0f7c2

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Doc/library/tokenize.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ implemented in Python. The scanner in this module returns comments as tokens
1616
as well, making it useful for implementing "pretty-printers," including
1717
colorizers for on-screen displays.
1818

19-
To simplify token stream handling, all :ref:`operator <operators>` and :ref:`delimiter <delimiters>`
20-
tokens and :data:`Ellipsis` are returned using the generic :data:`~token.OP` token type. The exact
19+
To simplify token stream handling, all :ref:`operator <operators>` and
20+
:ref:`delimiter <delimiters>` tokens and :data:`Ellipsis` are returned using
21+
the generic :data:`~token.OP` token type. The exact
2122
type can be determined by checking the ``exact_type`` property on the
2223
:term:`named tuple` returned from :func:`tokenize.tokenize`.
2324

0 commit comments

Comments
 (0)