Fix a Sphinx warning

Add a newline to fix "Literal block ends without a blank line."
This commit is contained in:
ridiculousfish 2021-05-04 13:50:09 -07:00
parent b823b91bcd
commit d338c45205

View file

@ -42,4 +42,5 @@ Examples
# Just put the strings together without a separator
>_ string join '' a b c
abc
.. END EXAMPLES