os.isatty is not Unix only. Correct the wrong documentation.
Addresses issue #18553
This commit is contained in:
parent
ad54307b9b
commit
2646e6758d
|
@ -737,8 +737,6 @@ as internal buffering of data.
|
|||
Return ``True`` if the file descriptor *fd* is open and connected to a
|
||||
tty(-like) device, else ``False``.
|
||||
|
||||
Availability: Unix.
|
||||
|
||||
|
||||
.. function:: lseek(fd, pos, how)
|
||||
|
||||
|
|
Loading…
Reference in New Issue