mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Issue #19504: Used American spelling for 'customize'.
This commit is contained in:
commit
56b04352f8
5 changed files with 11 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue