summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2004-09-10 01:16:49 (GMT)
committerFred Drake <fdrake@acm.org>2004-09-10 01:16:49 (GMT)
commita2544ee7f0ecbab945d1bb6bb8de6a72c71768ed (patch)
tree0957b1d8fa070ef2c002e0f5a1e5680517bcfed9
parent216b249e94f2ae385f6a62dd921222a6b66dd817 (diff)
downloadcpython-a2544ee7f0ecbab945d1bb6bb8de6a72c71768ed.zip
cpython-a2544ee7f0ecbab945d1bb6bb8de6a72c71768ed.tar.gz
cpython-a2544ee7f0ecbab945d1bb6bb8de6a72c71768ed.tar.bz2
fix typo in markup
-rw-r--r--Doc/lib/libcodecs.tex2
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.