diff options
author | Fred Drake <fdrake@acm.org> | 2004-09-10 01:16:49 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2004-09-10 01:16:49 (GMT) |
commit | a2544ee7f0ecbab945d1bb6bb8de6a72c71768ed (patch) | |
tree | 0957b1d8fa070ef2c002e0f5a1e5680517bcfed9 | |
parent | 216b249e94f2ae385f6a62dd921222a6b66dd817 (diff) | |
download | cpython-a2544ee7f0ecbab945d1bb6bb8de6a72c71768ed.zip cpython-a2544ee7f0ecbab945d1bb6bb8de6a72c71768ed.tar.gz cpython-a2544ee7f0ecbab945d1bb6bb8de6a72c71768ed.tar.bz2 |
fix typo in markup
-rw-r--r-- | Doc/lib/libcodecs.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libcodecs.tex b/Doc/lib/libcodecs.tex index 125463b..998964b 100644 --- a/Doc/lib/libcodecs.tex +++ b/Doc/lib/libcodecs.tex @@ -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. |