Commit a2544ee7 authored by Fred Drake's avatar Fred Drake

fix typo in markup

parent 216b249e
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment