diff --git a/README.md b/README.md index 31a68ca..f50bc8e 100644 --- a/README.md +++ b/README.md @@ -267,8 +267,8 @@ import re * **Use `'\\\\1'` or `r'\1'` for backreference.** * **Use `?` to make operators non-greedy.** -* **Parameter `'flags=re.IGNORECASE'` can be used with all functions.** -* **Parameter `'flags=re.DOTALL'` makes dot also accept newline.** +* **Parameter `flags=re.IGNORECASE` can be used with all functions.** +* **Parameter `flags=re.DOTALL` makes dot also accept newline.** ### Match Object ```python