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 | 8694cc42abe00e3f0f6fc8959c92b2dd5952ee64 (patch) | |
| tree | e98ebd28166e8827ff15312ca106f2737bf43dfd /Doc/lib | |
| parent | 0cc87f37b3d3f5ad7250de5b828ca60e981eab2f (diff) | |
| download | cpython-git-8694cc42abe00e3f0f6fc8959c92b2dd5952ee64.tar.gz | |
Remove redundant reference to tab (since it = 'horizontal tab')
Diffstat (limited to 'Doc/lib')
| -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} |
