From e58e43279c0f03dba9369601df3c6b13a4e6f511 Mon Sep 17 00:00:00 2001 From: Aurelio Jargas Date: Wed, 24 Oct 2018 16:55:25 +0200 Subject: [PATCH] Fix markup: inline literal with spaces (#47560) Fixes rST/Sphinx error on the YAML syntax page of the core docs. --- docs/docsite/rst/reference_appendices/YAMLSyntax.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docsite/rst/reference_appendices/YAMLSyntax.rst b/docs/docsite/rst/reference_appendices/YAMLSyntax.rst index 70119b4c96c..d5ce5c85026 100644 --- a/docs/docsite/rst/reference_appendices/YAMLSyntax.rst +++ b/docs/docsite/rst/reference_appendices/YAMLSyntax.rst @@ -137,8 +137,8 @@ Gotchas ------- While you can put just about anything into an unquoted scalar, there are some exceptions. -A colon followed by a space (or newline) ``: `` is an indicator for a mapping. -A space followed by the pound sign `` #`` starts a comment. +A colon followed by a space (or newline) ``": "`` is an indicator for a mapping. +A space followed by the pound sign ``" #"`` starts a comment. Because of this, the following is going to result in a YAML syntax error::