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 217e429

Browse filesBrowse 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
Copy full SHA for 217e429

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 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.