We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f085358 commit a30747fCopy full SHA for a30747f
Doc/reference/lexical_analysis.rst
@@ -12,11 +12,6 @@ A Python program is read by a *parser*. Input to the parser is a stream of
12
the *tokenizer*).
13
This chapter describes how the lexical analyzer produces these tokens.
14
15
-.. note::
16
-
17
- A ":dfn:`stream`" is a *sequence*, in the general sense of the word
18
- (not necessarily a Python :term:`sequence object <sequence>`).
19
20
The lexical analyzer determines the program text's :ref:`encoding <encodings>`
21
(UTF-8 by default), and decodes the text into
22
:ref:`source characters <lexical-source-character>`.
0 commit comments