From c594a3e425b7a999d80b0969945af7818fad7ff2 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Mon, 13 Aug 2018 17:35:08 +0200 Subject: [PATCH] Revert "Fix typo on which YAML values must not be quoted" This reverts commit 480954cbbf4c426c5193ba62f4433d8a9184f0cb. --- components/yaml/yaml_format.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/yaml/yaml_format.rst b/components/yaml/yaml_format.rst index 572e5c86de6..357cfdcac70 100644 --- a/components/yaml/yaml_format.rst +++ b/components/yaml/yaml_format.rst @@ -64,7 +64,7 @@ escaped with double quotes: ``\x19``, ``\x1a``, ``\e``, ``\x1c``, ``\x1d``, ``\x1e``, ``\x1f``, ``\N``, ``\_``, ``\L``, ``\P`` -Finally, there are other cases when the strings must not be quoted, no matter if +Finally, there are other cases when the strings must be quoted, no matter if you're using single or double quotes: * When the string is ``true`` or ``false`` (otherwise, it would be treated as a