From fe816b29229010b962018652d9dc6c93eb9bd0a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Tue, 25 Dec 2018 18:05:16 +0100 Subject: [PATCH] Format --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 98851a2..ed1517f 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