Browse Source
bpo-34605: childs => children (GH-9102)
pull/9165/head
Victor Stinner
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Lib/distutils/command/install.py
|
|
|
@ -223,7 +223,7 @@ class install(Command): |
|
|
|
|
|
|
|
def finalize_options(self): |
|
|
|
"""Finalizes options.""" |
|
|
|
# This method (and its pliant childs, like 'finalize_unix()', |
|
|
|
# This method (and its pliant children, like 'finalize_unix()', |
|
|
|
# 'finalize_other()', and 'select_scheme()') is where the default |
|
|
|
# installation directories for modules, extension modules, and |
|
|
|
# anything else we care to install from a Python module |
|
|
|
|