From: Fred Drake Date: Fri, 10 Sep 2004 01:16:49 +0000 (+0000) Subject: fix typo in markup X-Git-Tag: v2.4b1~313 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a2544ee7f0ecbab945d1bb6bb8de6a72c71768ed;p=python fix typo in markup --- diff --git a/Doc/lib/libcodecs.tex b/Doc/lib/libcodecs.tex index 125463bc9c..998964bf66 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.