Skip to content

Commit 39dc8d7

Browse files
encukouAA-Turner
andauthored
Apply suggestions from code review
Co-authored-by: Adam Turner <[email protected]>
1 parent 9ba976f commit 39dc8d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Doc/glossary.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1298,7 +1298,7 @@ Glossary
12981298
token
12991299

13001300
A small unit of source code, generated by the
1301-
:ref:`lexical analyzer <lexical>` (also called *tokenizer*).
1301+
:ref:`lexical analyzer <lexical>` (also called the *tokenizer*).
13021302
Names, numbers, strings, operators,
13031303
newlines and similar are represented by tokens.
13041304

Doc/tutorial/interactive.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Alternatives to the Interactive Interpreter
3838
This facility is an enormous step forward compared to earlier versions of the
3939
interpreter; however, some wishes are left: It would be nice if the proper
4040
indentation were suggested on continuation lines (the parser knows if an
41-
:data:`~tokens.INDENT` token is required next). The completion mechanism might
41+
:data:`~token.INDENT` token is required next). The completion mechanism might
4242
use the interpreter's symbol table. A command to check (or even suggest)
4343
matching parentheses, quotes, etc., would also be useful.
4444

0 commit comments

Comments
 (0)