Fixed whitespace error.

This commit is contained in:
Bruce Hill 2018-11-11 16:21:13 -08:00
parent 4efe44ed27
commit 370fad9cd3

View File

@ -65,7 +65,7 @@ say "\
Similarly, you can put a long interpolated indented value like: \(..)
1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9
.. between a backslash and two periods."
say "Single-line text can contain escape sequences like \", \\, \000, and \n"
# How do I define a list?