bpo-34605: childs => children (GH-9102) · python/cpython@7e610bc (original) (raw)
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -223,7 +223,7 @@ def initialize_options(self): | ||
223 | 223 | |
224 | 224 | def finalize_options(self): |
225 | 225 | """Finalizes options.""" |
226 | -# This method (and its pliant childs, like 'finalize_unix()', | |
226 | +# This method (and its pliant children, like 'finalize_unix()', | |
227 | 227 | # 'finalize_other()', and 'select_scheme()') is where the default |
228 | 228 | # installation directories for modules, extension modules, and |
229 | 229 | # anything else we care to install from a Python module |