Skip to content

Commit 217e429

Browse files
committed
bug #10179 Revert "Fix typo on which YAML values must not be quoted" (xabbuh)
This PR was merged into the 2.8 branch. Discussion ---------- Revert "Fix typo on which YAML values must not be quoted" see #10173 (comment) Commits ------- c594a3e Revert "Fix typo on which YAML values must not be quoted"
2 parents 6be1560 + c594a3e commit 217e429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/yaml/yaml_format.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ escaped with double quotes:
6464
``\x19``, ``\x1a``, ``\e``, ``\x1c``, ``\x1d``, ``\x1e``, ``\x1f``, ``\N``,
6565
``\_``, ``\L``, ``\P``
6666

67-
Finally, there are other cases when the strings must not be quoted, no matter if
67+
Finally, there are other cases when the strings must be quoted, no matter if
6868
you're using single or double quotes:
6969

7070
* When the string is ``true`` or ``false`` (otherwise, it would be treated as a

0 commit comments

Comments
 (0)