From eeef3110b2a3e054f8698c48fda134480c3bf481 Mon Sep 17 00:00:00 2001 From: Inclusive Coding Bot <102100353+inclusive-coding-bot@users.noreply.github.com> Date: Thu, 31 Mar 2022 15:13:13 -0400 Subject: [PATCH] Switch to gender neutral terms (#77430) * Switch to gender neutral terms * Update _selectors2.py * Update foreman.py * Update foreman.py Co-authored-by: inclusive-coding-bot --- lib/ansible/module_utils/compat/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/module_utils/compat/version.py b/lib/ansible/module_utils/compat/version.py index fbd82f589a6..f4db1ef3d52 100644 --- a/lib/ansible/module_utils/compat/version.py +++ b/lib/ansible/module_utils/compat/version.py @@ -225,7 +225,7 @@ class StrictVersion(Version): # ('alpha', 'beta', 'a', 'b', 'pre', 'p') # - indicating a post-release patch ('p', 'pl', 'patch') # but of course this can't cover all version number schemes, and there's -# no way to know what a programmer means without asking him. +# no way to know what a programmer means without asking them. # # The problem is what to do with letters (and other non-numeric # characters) in a version number. The current implementation does the