diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2013-11-15 20:58:13 +0000 |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2013-11-15 20:58:13 +0000 |
commit | 9c10d6b8000e445093e73c295ad87b5e081902f7 (patch) | |
tree | c7e73f05a8a906f025f18fbd1ef21a5b1d688e1b /Lib/venv | |
parent | a76157dca6ba0d063a88cf4c0b6ac132881001b1 (diff) | |
download | cpython-git-9c10d6b8000e445093e73c295ad87b5e081902f7.tar.gz |
Issue #19504: Used American spelling for 'customize'.
Diffstat (limited to 'Lib/venv')
-rw-r--r-- | Lib/venv/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/venv/__init__.py b/Lib/venv/__init__.py index e219fe99e3..3606370e86 100644 --- a/Lib/venv/__init__.py +++ b/Lib/venv/__init__.py @@ -38,7 +38,7 @@ logger = logging.getLogger(__name__) class EnvBuilder: """ This class exists to allow virtual environment creation to be - customised. The constructor parameters determine the builder's + customized. The constructor parameters determine the builder's behaviour when called upon to create a virtual environment. By default, the builder makes the system (global) site-packages dir |