From e5211a9b1899ded1176252c18c546b0f2b4edac6 Mon Sep 17 00:00:00 2001 From: Gerard Lynch Date: Sun, 13 Sep 2015 12:29:53 +0100 Subject: [PATCH] playbooks_filters - minor fixes --- docsite/rst/playbooks_filters.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docsite/rst/playbooks_filters.rst b/docsite/rst/playbooks_filters.rst index b9dfd4a579..4c3c170567 100644 --- a/docsite/rst/playbooks_filters.rst +++ b/docsite/rst/playbooks_filters.rst @@ -364,7 +364,7 @@ style. For example the following:: {{ "Plain style (default)" | comment }} -will produce the this output:: +will produce this output:: # # Plain style (default) @@ -448,11 +448,11 @@ To separate the windows drive letter from the rest of a file path (new in versio {{ path | win_splitdrive }} -To get only the windows drive letter +To get only the windows drive letter:: {{ path | win_splitdrive | first }} -To get the rest of the path without the drive letter +To get the rest of the path without the drive letter:: {{ path | win_splitdrive | last }}