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