From 773ab9ba25a42889bffe3e535393366a01360f43 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Sat, 14 Jan 2023 18:30:16 +0100 Subject: [PATCH] [PR #5833/08b0ea70 backport][stable-5] ldap.py: capitalize one letter (#5835) ldap.py: capitalize one letter (#5833) (cherry picked from commit 08b0ea700d98d6d05724a435aa73c90ff841f4d5) Co-authored-by: bluikko <14869000+bluikko@users.noreply.github.com> --- plugins/doc_fragments/ldap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/doc_fragments/ldap.py b/plugins/doc_fragments/ldap.py index c73e5080be..1f04c0f600 100644 --- a/plugins/doc_fragments/ldap.py +++ b/plugins/doc_fragments/ldap.py @@ -60,7 +60,7 @@ options: sasl_class: description: - The class to use for SASL authentication. - - possible choices are C(external), C(gssapi). + - Possible choices are C(external), C(gssapi). type: str choices: ['external', 'gssapi'] default: external