Skip to content

Commit e7113fa

Browse files
committed
change wording
1 parent 6da5c14 commit e7113fa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Misc/NEWS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Core and Builtins
1111
-----------------
1212

1313
- bpo-25324: Tokens needed for parsing in python moved to C. ``COMMENT``,
14-
``NL`` AND ``ENCODING``. This way the tokens and tok_names in token.py
15-
don't get changed when you import tokenize.py.
14+
``NL`` and ``ENCODING``. This way the tokens and tok_names in the token
15+
module don't get changed when you import the tokenize module.
1616

1717
- bpo-29104: Fixed parsing backslashes in f-strings.
1818

0 commit comments

Comments
 (0)