mirror of
https://github.com/python/cpython.git
synced 2025-11-13 07:26:31 +00:00
fix typo in markup
This commit is contained in:
parent
216b249e94
commit
a2544ee7f0
1 changed files with 1 additions and 1 deletions
|
|
@ -398,7 +398,7 @@ order to be compatible to the Python codec registry.
|
||||||
Decodes data from the stream and returns the resulting object.
|
Decodes data from the stream and returns the resulting object.
|
||||||
|
|
||||||
\var{chars} indicates the number of characters to read from the
|
\var{chars} indicates the number of characters to read from the
|
||||||
stream. \function{read()} will never return more than \vars{chars}
|
stream. \function{read()} will never return more than \var{chars}
|
||||||
characters, but it might return less, if there are not enough
|
characters, but it might return less, if there are not enough
|
||||||
characters available.
|
characters available.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue