summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/lib')
-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.