Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 480954c

Browse filesBrowse files
committed
Fix typo on which YAML values must not be quoted
1 parent da438c0 commit 480954c
Copy full SHA for 480954c

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎components/yaml/yaml_format.rst

Copy file name to clipboardExpand all lines: components/yaml/yaml_format.rst
+1-1Lines 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 be quoted, no matter if
67+
Finally, there are other cases when the strings must not 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.