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 9cb5757

Browse filesBrowse files
committed
bug #10173 Fix typo on which YAML values must not be quoted (B-Galati)
This PR was merged into the 2.8 branch. Discussion ---------- Fix typo on which YAML values must not be quoted Hello Commits ------- 480954c Fix typo on which YAML values must not be quoted
2 parents da438c0 + 480954c commit 9cb5757
Copy full SHA for 9cb5757

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.