diff --git a/cheatsheet.rst b/cheatsheet.rst index 95d6185..fd4abf8 100644 --- a/cheatsheet.rst +++ b/cheatsheet.rst @@ -51,7 +51,7 @@ literals. Hence regex '``\n``' is same as regex '``\\n``':: \a ASCII Bell (BEL) \f ASCII Formfeed \n ASCII Linefeed - \r ASCII Carraige return + \r ASCII Carriage return \t ASCII Tab \v ASCII Vertical tab \\ A single backslash