From d338c45205062440833c36bfbf696bae68b6b4ea Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Tue, 4 May 2021 13:50:09 -0700 Subject: [PATCH] Fix a Sphinx warning Add a newline to fix "Literal block ends without a blank line." --- doc_src/cmds/string-join.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc_src/cmds/string-join.rst b/doc_src/cmds/string-join.rst index 28207c0cc..6a2effa1a 100644 --- a/doc_src/cmds/string-join.rst +++ b/doc_src/cmds/string-join.rst @@ -42,4 +42,5 @@ Examples # Just put the strings together without a separator >_ string join '' a b c abc + .. END EXAMPLES