From ed879954f99db8e1a9657efd341f141acab7bf5d Mon Sep 17 00:00:00 2001 From: Gijikiki <61326640+Gijikiki@users.noreply.github.com> Date: Wed, 22 Feb 2023 09:32:26 -0600 Subject: [PATCH] Update playbooks_tests.rst (#79788) --- docs/docsite/rst/playbook_guide/playbooks_tests.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/playbook_guide/playbooks_tests.rst b/docs/docsite/rst/playbook_guide/playbooks_tests.rst index 71eaee838bf..3ba27d28247 100644 --- a/docs/docsite/rst/playbook_guide/playbooks_tests.rst +++ b/docs/docsite/rst/playbook_guide/playbooks_tests.rst @@ -461,7 +461,7 @@ When looking to determine types, it may be tempting to use the ``type_debug`` fi a_list: ["a", "list"] assert: that: - # Note that a string is classed as also being "iterable", "sequence" and "mapping" + # Note that a string is classed as also being "iterable" and "sequence", but not "mapping" - a_string is string # Note that a dictionary is classed as not being a "string", but is "iterable", "sequence" and "mapping"