From 888fea69e547f49a9267d2c8df71fac38e383ed4 Mon Sep 17 00:00:00 2001 From: Chander G Date: Wed, 19 May 2021 16:23:42 +0530 Subject: [PATCH] Fix small typo in playbook_filters doc (#74762) Move versionadded to next line to render correctly. --- docs/docsite/rst/user_guide/playbooks_filters.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docsite/rst/user_guide/playbooks_filters.rst b/docs/docsite/rst/user_guide/playbooks_filters.rst index d03bead50c8..d7907d101c6 100644 --- a/docs/docsite/rst/user_guide/playbooks_filters.rst +++ b/docs/docsite/rst/user_guide/playbooks_filters.rst @@ -1664,9 +1664,9 @@ To concatenate a list into a string:: To split a sting into a list:: -.. versionadded:: 2.11 - {{ csv_string | split(",") }} + +.. versionadded:: 2.11 To work with Base64 encoded strings::