summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/tests
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-07-11 12:54:44 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-07-11 12:54:44 (GMT)
commit702f4f5d6fdb1a49222bb1e70866717f34c3b847 (patch)
treeae1ee298d781dfd3f0cf82a95d5f1f8175c90fda /Lib/distutils/tests
parent7386268ffd5a87ec03f80773c4cd8bf9dc9953f6 (diff)
parent204bf0b9aecd221c33f3e0909f261411783acf1b (diff)
downloadcpython-702f4f5d6fdb1a49222bb1e70866717f34c3b847.zip
cpython-702f4f5d6fdb1a49222bb1e70866717f34c3b847.tar.gz
cpython-702f4f5d6fdb1a49222bb1e70866717f34c3b847.tar.bz2
Issue #23804: Merge spelling and NEWS fixes from 3.5
Diffstat (limited to 'Lib/distutils/tests')
-rw-r--r--Lib/distutils/tests/test_build_ext.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/distutils/tests/test_build_ext.py b/Lib/distutils/tests/test_build_ext.py
index 55db5a8..47b586c 100644
--- a/Lib/distutils/tests/test_build_ext.py
+++ b/Lib/distutils/tests/test_build_ext.py
@@ -242,7 +242,7 @@ class BuildExtTestCase(TempdirManager,
self.assertRaises(DistutilsSetupError, cmd.check_extensions_list, exts)
# second element of each tuple in 'ext_modules'
- # must be a ary (build info)
+ # must be a dictionary (build info)
exts = [('foo.bar', '')]
self.assertRaises(DistutilsSetupError, cmd.check_extensions_list, exts)