From: Andrew M. Kuchling Date: Tue, 26 Dec 2000 16:09:37 +0000 (+0000) Subject: Remove redundant reference to tab (since it = 'horizontal tab') X-Git-Tag: v2.1a1~481 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8694cc42abe00e3f0f6fc8959c92b2dd5952ee64;p=python Remove redundant reference to tab (since it = 'horizontal tab') --- diff --git a/Doc/lib/libascii.tex b/Doc/lib/libascii.tex index 76db5261d2..f3a16556b4 100644 --- a/Doc/lib/libascii.tex +++ b/Doc/lib/libascii.tex @@ -104,7 +104,7 @@ alphanumeric character. \end{funcdesc} \begin{funcdesc}{isspace}{c} -Checks for \ASCII{} white-space characters; space, tab, line feed, +Checks for \ASCII{} white-space characters; space, line feed, carriage return, form feed, horizontal tab, vertical tab. \end{funcdesc}