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
'\'' Literal single quote
'\"' Literal double quote
'\\'` Literal backslash
'\\' Literal backslash
```
### String Representation