From 27aa2612d9d9a378ca2e1a20ec7787e2b93f90b5 Mon Sep 17 00:00:00 2001 From: bluikko <14869000+bluikko@users.noreply.github.com> Date: Fri, 25 Mar 2022 01:24:24 +0700 Subject: [PATCH] Add what to look for in PyYAML documentation (#77323) Co-authored-by: Martin Krizek --- docs/docsite/rst/user_guide/playbooks_filters.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/user_guide/playbooks_filters.rst b/docs/docsite/rst/user_guide/playbooks_filters.rst index fb83a48bbac..040fa7978e4 100644 --- a/docs/docsite/rst/user_guide/playbooks_filters.rst +++ b/docs/docsite/rst/user_guide/playbooks_filters.rst @@ -280,7 +280,7 @@ To avoid such behavior and generate long lines, use the ``width`` option. You mu {{ some_variable | to_yaml(indent=8, width=1337) }} {{ some_variable | to_nice_yaml(indent=8, width=1337) }} -The filter does support passing through other YAML parameters. For a full list, see the `PyYAML documentation`_. +The filter does support passing through other YAML parameters. For a full list, see the `PyYAML documentation`_ for ``dump()``. If you are reading in some already formatted data: