From a2544ee7f0ecbab945d1bb6bb8de6a72c71768ed Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Fri, 10 Sep 2004 01:16:49 +0000 Subject: fix typo in markup --- Doc/lib/libcodecs.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v0.12