From e59af7f7bd09c69f20da938158e20e5c1c72ea8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Sat, 31 Mar 2018 19:44:50 +0200 Subject: [PATCH] Formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a5c451..20a7064 100644 --- a/README.md +++ b/README.md @@ -168,7 +168,7 @@ re.findall(, text) re.split(, text) # Use brackets in regex to keep the matches. ``` -#### Parameter flags=re.IGNORECASE can be used with all functions. +* **Parameter 'flags=re.IGNORECASE' can be used with all functions.** ### Format ```python