]> granicus.if.org Git - python/commitdiff
Remove redundant reference to tab (since it = 'horizontal tab')
authorAndrew M. Kuchling <amk@amk.ca>
Tue, 26 Dec 2000 16:09:37 +0000 (16:09 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Tue, 26 Dec 2000 16:09:37 +0000 (16:09 +0000)
Doc/lib/libascii.tex

index 76db5261d2d98dcce96424c8936f8b63577c479f..f3a16556b46c9a28d31c0daa68b419571ac4fd3a 100644 (file)
@@ -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}