summaryrefslogtreecommitdiff
path: root/Lib/test/test_fcntl.py
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-08-23 23:06:31 +0300
committerEzio Melotti <ezio.melotti@gmail.com>2013-08-23 23:06:31 +0300
commit1db9ff08e61da2625f0fdf7078aa3296c20f4957 (patch)
tree83f48728c8066c5d06554eebc59e39c9c6ee4a76 /Lib/test/test_fcntl.py
parent7549e8f6529ab47e84253442819f40e4f092b679 (diff)
downloadcpython-1db9ff08e61da2625f0fdf7078aa3296c20f4957.tar.gz
#18798: fix typo in test_fcntl. Patch by Vajrasky Kok.
Diffstat (limited to 'Lib/test/test_fcntl.py')
-rw-r--r--Lib/test/test_fcntl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_fcntl.py b/Lib/test/test_fcntl.py
index e2a1b374cd..b8cda2f108 100644
--- a/Lib/test/test_fcntl.py
+++ b/Lib/test/test_fcntl.py
@@ -11,7 +11,7 @@ import _testcapi
import unittest
from test.support import verbose, TESTFN, unlink, run_unittest, import_module
-# Skip test if no fnctl module.
+# Skip test if no fcntl module.
fcntl = import_module('fcntl')