summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/doc_fragments/shell_windows.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ansible/plugins/doc_fragments/shell_windows.py')
-rw-r--r--lib/ansible/plugins/doc_fragments/shell_windows.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/plugins/doc_fragments/shell_windows.py b/lib/ansible/plugins/doc_fragments/shell_windows.py
index 0bcc89c8..ac52c609 100644
--- a/lib/ansible/plugins/doc_fragments/shell_windows.py
+++ b/lib/ansible/plugins/doc_fragments/shell_windows.py
@@ -35,7 +35,7 @@ options:
description:
- Controls if we set the locale for modules when executing on the
target.
- - Windows only supports V(no) as an option.
+ - Windows only supports C(no) as an option.
type: bool
default: 'no'
choices: ['no', False]