diff options
| author | Andrew M. Kuchling <amk@amk.ca> | 2000-12-26 16:09:37 +0000 |
|---|---|---|
| committer | Andrew M. Kuchling <amk@amk.ca> | 2000-12-26 16:09:37 +0000 |
| commit | f4c23cb1bcd7ff8e90a650cc3b4c4a28ef9e3920 (patch) | |
| tree | 663f000c18f95fa3bc8dae03c0aebb60931249c1 | |
| parent | 31b5bde2fd86a9faf3e15a67b98c72f81c01ebca (diff) | |
| download | cpython-f4c23cb1bcd7ff8e90a650cc3b4c4a28ef9e3920.tar.gz | |
Remove redundant reference to tab (since it = 'horizontal tab')
| -rw-r--r-- | Doc/lib/libascii.tex | 2 |
1 files changed, 1 insertions, 1 deletions
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} |
