diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2000-12-26 16:09:37 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2000-12-26 16:09:37 (GMT) |
commit | 8694cc42abe00e3f0f6fc8959c92b2dd5952ee64 (patch) | |
tree | e98ebd28166e8827ff15312ca106f2737bf43dfd /Doc/lib/libascii.tex | |
parent | 0cc87f37b3d3f5ad7250de5b828ca60e981eab2f (diff) | |
download | cpython-8694cc42abe00e3f0f6fc8959c92b2dd5952ee64.zip cpython-8694cc42abe00e3f0f6fc8959c92b2dd5952ee64.tar.gz cpython-8694cc42abe00e3f0f6fc8959c92b2dd5952ee64.tar.bz2 |
Remove redundant reference to tab (since it = 'horizontal tab')
Diffstat (limited to 'Doc/lib/libascii.tex')
-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 76db526..f3a1655 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} |