diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2013-11-15 20:58:47 (GMT) |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2013-11-15 20:58:47 (GMT) |
commit | 56b04352f8d1ef4a3c625b52a92ad1bae99ed022 (patch) | |
tree | cbfacd9cfae9ed6d0ace2ae5094434251172d28a /Lib/venv | |
parent | 5e75829ec300733dc0b81a36d6db69b823cf9da8 (diff) | |
parent | 9c10d6b8000e445093e73c295ad87b5e081902f7 (diff) | |
download | cpython-56b04352f8d1ef4a3c625b52a92ad1bae99ed022.zip cpython-56b04352f8d1ef4a3c625b52a92ad1bae99ed022.tar.gz cpython-56b04352f8d1ef4a3c625b52a92ad1bae99ed022.tar.bz2 |
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 5a70613..a57db0e 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 |