Add what to look for in PyYAML documentation (#77323)

Co-authored-by: Martin Krizek <martin.krizek@gmail.com>
pull/77196/merge
bluikko 3 years ago committed by GitHub
parent fa12af9042
commit 27aa2612d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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:

Loading…
Cancel
Save