os.isatty is not Unix only. Correct the wrong documentation.

Addresses issue #18553
This commit is contained in:
Senthil Kumaran 2013-09-07 11:27:45 -07:00
parent ad54307b9b
commit 2646e6758d
1 changed files with 0 additions and 2 deletions

View File

@ -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)