]> granicus.if.org Git - python/commitdiff
fix typo in markup
authorFred Drake <fdrake@acm.org>
Fri, 10 Sep 2004 01:16:49 +0000 (01:16 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 10 Sep 2004 01:16:49 +0000 (01:16 +0000)
Doc/lib/libcodecs.tex

index 125463bc9c01a3f0bd28e56df2ef338d81bef8aa..998964bf668a5fd973a551faa23ffd234140c251 100644 (file)
@@ -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.