diff options
author | Victor Stinner <vstinner@redhat.com> | 2018-09-07 18:13:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-07 18:13:10 +0200 |
commit | 4a6183a2492528b3072f91cd221c86bee8853b09 (patch) | |
tree | b27c3884a14d3b61c8d9369a0d4189efd7f386c9 | |
parent | d2eb595732e54ff8e785483b2a47fd3d20431057 (diff) | |
download | python-setuptools-git-4a6183a2492528b3072f91cd221c86bee8853b09.tar.gz |
bpo-34605: childs => children (GH-9102)
-rw-r--r-- | command/install.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/command/install.py b/command/install.py index 41bf4bb9..a1d1a1ea 100644 --- a/command/install.py +++ b/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 |