From d06ea11c4e9f2b6648c4f33539a99a0c61aca3ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Tue, 25 Dec 2018 18:05:46 +0100 Subject: [PATCH] Format --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed1517f..98851a2 100644 --- a/README.md +++ b/README.md @@ -251,8 +251,8 @@ import re ``` #### Special sequences: -**Use capital letter for negation.** ```python +# Use capital letter for negation. '\d' == '[0-9]' # Digit '\s' == '[ \t\n\r\f\v]' # Whitespace '\w' == '[a-zA-Z0-9_]' # Alphanumeric