mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Correct spelling in documentation and code comment
This commit is contained in:
parent
c7a070e998
commit
99e843b48e
3 changed files with 4 additions and 4 deletions
|
@ -1471,7 +1471,7 @@ class TestInvalidFD(unittest.TestCase):
|
|||
singles = ["fchdir", "dup", "fdopen", "fdatasync", "fstat",
|
||||
"fstatvfs", "fsync", "tcgetpgrp", "ttyname"]
|
||||
#singles.append("close")
|
||||
#We omit close because it doesn'r raise an exception on some platforms
|
||||
#We omit close because it doesn't raise an exception on some platforms
|
||||
def get_single(f):
|
||||
def helper(self):
|
||||
if hasattr(os, f):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue