fix typo in markup

This commit is contained in:
Fred Drake 2004-09-10 01:16:49 +00:00
parent 216b249e94
commit a2544ee7f0
1 changed files with 1 additions and 1 deletions

View File

@ -398,7 +398,7 @@ order to be compatible to the Python codec registry.
Decodes data from the stream and returns the resulting object.
\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 available.