Merge pull request #8 from tweakimp/master

Remove typo
This commit is contained in:
David Beazley
2020-05-29 15:34:04 -05:00
committed by GitHub

View File

@@ -42,7 +42,7 @@ directly at the keyboard. Here are some common escape codes:
'\t' Tab '\t' Tab
'\'' Literal single quote '\'' Literal single quote
'\"' Literal double quote '\"' Literal double quote
'\\'` Literal backslash '\\' Literal backslash
``` ```
### String Representation ### String Representation