mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
Remove redundant reference to tab (since it = 'horizontal tab')
This commit is contained in:
parent
0cc87f37b3
commit
8694cc42ab
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue