Issue 19504: Change "customise" to "customize" American spelling.

This commit is contained in:
Raymond Hettinger 2016-08-25 21:11:50 -07:00
parent 39e9af6bb3
commit 7ea386e56e
8 changed files with 11 additions and 11 deletions

View file

@ -275,7 +275,7 @@ class TestDiscovery(unittest.TestCase):
self.assertEqual(Module.load_tests_args,
[(loader, [], 'test*.py')])
def test_find_tests_customise_via_package_pattern(self):
def test_find_tests_customize_via_package_pattern(self):
# This test uses the example 'do-nothing' load_tests from
# https://docs.python.org/3/library/unittest.html#load-tests-protocol
# to make sure that that actually works.