docs(truthy): Fix typo

pull/31/head
Adrien Vergé 9 years ago
parent 3bc72d4c40
commit e909692f88

@ -17,9 +17,9 @@
""" """
Use this rule to forbid truthy values that are not quoted nor explicitly typed. Use this rule to forbid truthy values that are not quoted nor explicitly typed.
This would prevent YAML parsers to tranform ``[yes, FALSE, Off]`` into ``[true, This would prevent YAML parsers from transforming ``[yes, FALSE, Off]`` into
false, false]`` or ``{y: 1, yes: 2, on: 3, true: 4, True: 5}`` into ``{y: 1, ``[true, false, false]`` or ``{y: 1, yes: 2, on: 3, true: 4, True: 5}`` into
true: 5}``. ``{y: 1, true: 5}``.
.. rubric:: Examples .. rubric:: Examples

Loading…
Cancel
Save