Fix doc formatting for yaml_idiosyncrasies

This commit is contained in:
Jonathan Ballet 2016-01-25 12:26:30 +01:00
parent 6efb77bc04
commit 4062c63b9f

View file

@ -272,8 +272,8 @@ This shell command can find wrong characters in your SLS files:
Alternatively you can toggle the `yaml_utf8` setting in your master configuration
file. This is still an experimental setting but it should manage the right
encoding conversion in salt after yaml states compilations.
file. This is still an experimental setting but it should manage the right
encoding conversion in salt after yaml states compilations.
Underscores stripped in Integer Definitions
===========================================
@ -339,4 +339,4 @@ string with quotes:
return datetime.date(year, month, day)
ValueError: month must be in 1..12
>>> yaml.safe_load('"4017-16-20"')
'4017-16-20'
'4017-16-20'