summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_gdb.py
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2016-08-26 04:11:50 (GMT)
committerRaymond Hettinger <python@rcn.com>2016-08-26 04:11:50 (GMT)
commit7ea386e56e76deb2ceeb87c0ac4b346e24cd82e1 (patch)
tree3fb6addb93c15d15b06bc8ba7dfc37a91e560b9c /Lib/test/test_gdb.py
parent39e9af6bb3fdd0dd59292b5a014d398956f0b7cd (diff)
downloadcpython-7ea386e56e76deb2ceeb87c0ac4b346e24cd82e1.zip
cpython-7ea386e56e76deb2ceeb87c0ac4b346e24cd82e1.tar.gz
cpython-7ea386e56e76deb2ceeb87c0ac4b346e24cd82e1.tar.bz2
Issue 19504: Change "customise" to "customize" American spelling.
Diffstat (limited to 'Lib/test/test_gdb.py')
-rw-r--r--Lib/test/test_gdb.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_gdb.py b/Lib/test/test_gdb.py
index cd7d292..33d7dc5 100644
--- a/Lib/test/test_gdb.py
+++ b/Lib/test/test_gdb.py
@@ -91,7 +91,7 @@ if not gdbpy_version:
raise unittest.SkipTest("gdb not built with embedded python support")
# Verify that "gdb" can load our custom hooks, as OS security settings may
-# disallow this without a customised .gdbinit.
+# disallow this without a customized .gdbinit.
_, gdbpy_errors = run_gdb('--args', sys.executable)
if "auto-loading has been declined" in gdbpy_errors:
msg = "gdb security settings prevent use of custom hooks: "