summaryrefslogtreecommitdiff
path: root/Lib/test/test_os.py
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-09-10 10:38:28 +0000
committerMartin Panter <vadmium+py@gmail.com>2016-09-10 10:38:28 +0000
commit99e843b48e68818c1c7475e203250e2afa1bd1f1 (patch)
tree0e0588ace9b66180d023a8dfcd926b7cc050349c /Lib/test/test_os.py
parentc7a070e998fea9aefea65bb8ffe6b03e00919472 (diff)
downloadcpython-git-99e843b48e68818c1c7475e203250e2afa1bd1f1.tar.gz
Correct spelling in documentation and code comment
Diffstat (limited to 'Lib/test/test_os.py')
-rw-r--r--Lib/test/test_os.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_os.py b/Lib/test/test_os.py
index 874f9e4c90..a1046b7aa9 100644
--- a/Lib/test/test_os.py
+++ b/Lib/test/test_os.py
@@ -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):