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 -->
This commit is contained in:
Victor Stinner 2018-09-12 01:40:06 +02:00 committed by Miss Islington (bot)
parent 50c99d917c
commit fa7dfae317
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ class install(Command):
def finalize_options(self):
"""Finalizes options."""
# This method (and its pliant children, like 'finalize_unix()',
# This method (and its helpers, like 'finalize_unix()',
# 'finalize_other()', and 'select_scheme()') is where the default
# installation directories for modules, extension modules, and
# anything else we care to install from a Python module