From 252671fd99a24c56dfdd233d31bf6a1f5bae88d3 Mon Sep 17 00:00:00 2001 From: Jun Guo Date: Sun, 12 Mar 2017 20:23:55 -0700 Subject: [PATCH] Correct the code block output. Same issue as PR#1853. Signed-off-by: Jun Guo --- docs/source/WritingTests.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/WritingTests.rst b/docs/source/WritingTests.rst index 93bc0982..c97c9aae 100644 --- a/docs/source/WritingTests.rst +++ b/docs/source/WritingTests.rst @@ -231,7 +231,7 @@ It accepts ``yaml`` or even ``json`` files where using ordered dicts to create a tree-like structure and storing the non-dict variables as parameters and using custom tags to mark locations as multiplex domains. Let's use ``examples/tests/sleeptenmin.py.data/sleeptenmin.yaml`` file as -an example:: +an example: .. code-block:: yaml -- GitLab