[Python-checkins] bpo-34605: childs => children (GH-9102)

Victor Stinner webhook-mailer at python.org
Fri Sep 7 12:13:14 EDT 2018


https://github.com/python/cpython/commit/7e610bcdf128f61b925654e4fa80fbac83537d0e
commit: 7e610bcdf128f61b925654e4fa80fbac83537d0e
branch: master
author: Victor Stinner <vstinner at redhat.com>
committer: GitHub <noreply at github.com>
date: 2018-09-07T18:13:10+02:00
summary:

bpo-34605: childs => children (GH-9102)

files:
M Lib/distutils/command/install.py

diff --git a/Lib/distutils/command/install.py b/Lib/distutils/command/install.py
index 41bf4bb9fb22..a1d1a1ea37ad 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 childs, like 'finalize_unix()',
+        # This method (and its pliant children, 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



More information about the Python-checkins mailing list