From 9ba3a5258768cdbbb3f600120e7c9365039053b0 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Wed, 12 Sep 2018 00:39:10 +0200 Subject: [PATCH] bpo-34605: Replace "pliant children" with "helpers" In distutils.command.install, replace "pliant children" (previously, it was "pliant slaves") with "helpers". --- Lib/distutils/command/install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/distutils/command/install.py b/Lib/distutils/command/install.py index a1d1a1ea37ade9..c625c95bf7e8cf 100644 --- a/Lib/distutils/command/install.py +++ b/Lib/distutils/command/install.py @@ -223,7 +223,7 @@ def initialize_options(self): 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