]> granicus.if.org Git - python/commitdiff
bpo-34605: Replace "pliant children" with "helpers" (GH-9195)
authorVictor Stinner <vstinner@redhat.com>
Tue, 11 Sep 2018 23:40:06 +0000 (01:40 +0200)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 11 Sep 2018 23:40:06 +0000 (16:40 -0700)
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 -->

Lib/distutils/command/install.py

index a1d1a1ea37ade9cf8d8507931fc3606f69f491af..c625c95bf7e8cf938b409e218026382a52824491 100644 (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