summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@redhat.com>2018-09-07 18:13:10 +0200
committerGitHub <noreply@github.com>2018-09-07 18:13:10 +0200
commit4a6183a2492528b3072f91cd221c86bee8853b09 (patch)
treeb27c3884a14d3b61c8d9369a0d4189efd7f386c9
parentd2eb595732e54ff8e785483b2a47fd3d20431057 (diff)
downloadpython-setuptools-git-4a6183a2492528b3072f91cd221c86bee8853b09.tar.gz
bpo-34605: childs => children (GH-9102)
-rw-r--r--command/install.py2
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