We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa6a25b commit 8dbd264Copy full SHA for 8dbd264
README.md
@@ -267,8 +267,8 @@ import re
267
268
* **Use `'\\\\1'` or `r'\1'` for backreference.**
269
* **Use `?` to make operators non-greedy.**
270
-* **Parameter `'flags=re.IGNORECASE'` can be used with all functions.**
271
-* **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.**
272
273
### Match Object
274
```python
0 commit comments