Skip to content

Commit 7e610bc

Browse files
authored
bpo-34605: childs => children (GH-9102)
1 parent 886483e commit 7e610bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/distutils/command/install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ def initialize_options(self):
223223

224224
def finalize_options(self):
225225
"""Finalizes options."""
226-
# This method (and its pliant childs, like 'finalize_unix()',
226+
# This method (and its pliant children, like 'finalize_unix()',
227227
# 'finalize_other()', and 'select_scheme()') is where the default
228228
# installation directories for modules, extension modules, and
229229
# anything else we care to install from a Python module

0 commit comments

Comments
 (0)