diff options
author | Raymond Hettinger <python@rcn.com> | 2016-08-26 04:11:50 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2016-08-26 04:11:50 (GMT) |
commit | 7ea386e56e76deb2ceeb87c0ac4b346e24cd82e1 (patch) | |
tree | 3fb6addb93c15d15b06bc8ba7dfc37a91e560b9c /Lib/test/cfgparser.2 | |
parent | 39e9af6bb3fdd0dd59292b5a014d398956f0b7cd (diff) | |
download | cpython-7ea386e56e76deb2ceeb87c0ac4b346e24cd82e1.zip cpython-7ea386e56e76deb2ceeb87c0ac4b346e24cd82e1.tar.gz cpython-7ea386e56e76deb2ceeb87c0ac4b346e24cd82e1.tar.bz2 |
Issue 19504: Change "customise" to "customize" American spelling.
Diffstat (limited to 'Lib/test/cfgparser.2')
-rw-r--r-- | Lib/test/cfgparser.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/cfgparser.2 b/Lib/test/cfgparser.2 index 1646de8..cfcfef2 100644 --- a/Lib/test/cfgparser.2 +++ b/Lib/test/cfgparser.2 @@ -129,7 +129,7 @@ # Unix users can map to different SMB User names ; username map = /etc/samba/smbusers -# Using the following line enables you to customise your configuration +# Using the following line enables you to customize your configuration # on a per machine basis. The %m gets replaced with the netbios name # of the machine that is connecting ; include = /etc/samba/smb.conf.%m |