Skip to content

Commit a30747f

Browse files
committed
Remove note explaining *stream*
1 parent f085358 commit a30747f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Doc/reference/lexical_analysis.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@ A Python program is read by a *parser*. Input to the parser is a stream of
1212
the *tokenizer*).
1313
This chapter describes how the lexical analyzer produces these tokens.
1414

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-
2015
The lexical analyzer determines the program text's :ref:`encoding <encodings>`
2116
(UTF-8 by default), and decodes the text into
2217
:ref:`source characters <lexical-source-character>`.

0 commit comments

Comments
 (0)