Remove redundant reference to tab (since it = 'horizontal tab')

This commit is contained in:
Andrew M. Kuchling 2000-12-26 16:09:37 +00:00
parent 0cc87f37b3
commit 8694cc42ab
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ alphanumeric character.
\end{funcdesc} \end{funcdesc}
\begin{funcdesc}{isspace}{c} \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. carriage return, form feed, horizontal tab, vertical tab.
\end{funcdesc} \end{funcdesc}