We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 886483e commit 7e610bcCopy full SHA for 7e610bc
Lib/distutils/command/install.py
@@ -223,7 +223,7 @@ def initialize_options(self):
223
224
def finalize_options(self):
225
"""Finalizes options."""
226
- # This method (and its pliant childs, like 'finalize_unix()',
+ # This method (and its pliant children, like 'finalize_unix()',
227
# 'finalize_other()', and 'select_scheme()') is where the default
228
# installation directories for modules, extension modules, and
229
# anything else we care to install from a Python module
0 commit comments