Skip to content

Commit fa7dfae

Browse files
vstinnermiss-islington
authored andcommitted
bpo-34605: Replace "pliant children" with "helpers" (GH-9195)
In distutils.command.install, replace "pliant children" (previously, it was "pliant slaves") with "helpers". <!-- issue-number: [bpo-34605](https://www.bugs.python.org/issue34605) --> https://bugs.python.org/issue34605 <!-- /issue-number -->
1 parent 50c99d9 commit fa7dfae

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 children, like 'finalize_unix()',
226+
# This method (and its helpers, 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)