Unverified Kaydet (Commit) 7e610bcd authored tarafından Victor Stinner's avatar Victor Stinner Kaydeden (comit) GitHub

bpo-34605: childs => children (GH-9102)

üst 886483e2
...@@ -223,7 +223,7 @@ class install(Command): ...@@ -223,7 +223,7 @@ class install(Command):
def finalize_options(self): def finalize_options(self):
"""Finalizes options.""" """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 # 'finalize_other()', and 'select_scheme()') is where the default
# installation directories for modules, extension modules, and # installation directories for modules, extension modules, and
# anything else we care to install from a Python module # anything else we care to install from a Python module
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment