From debc32d2741fd70d04147aba546fd78d250b1718 Mon Sep 17 00:00:00 2001 From: Rufus Date: Mon, 30 Mar 2015 10:50:06 +0200 Subject: [PATCH] Update cheatsheet.rst Fixed a typo --- cheatsheet.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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