[Python-checkins] cpython (2.7): #18798: fix typo in test_fcntl. Patch by Vajrasky Kok.

ezio.melotti python-checkins at python.org
Fri Aug 23 22:09:54 CEST 2013


http://hg.python.org/cpython/rev/d7bac470951b
changeset:   85350:d7bac470951b
branch:      2.7
parent:      85345:67cf2d067ce6
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Fri Aug 23 23:06:31 2013 +0300
summary:
  #18798: fix typo in test_fcntl.  Patch by Vajrasky Kok.

files:
  Lib/test/test_fcntl.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/test/test_fcntl.py b/Lib/test/test_fcntl.py
--- a/Lib/test/test_fcntl.py
+++ b/Lib/test/test_fcntl.py
@@ -11,7 +11,7 @@
 from test.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')
 
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list