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 473229a commit 562bb0eCopy full SHA for 562bb0e
README.md
@@ -120,7 +120,7 @@ Set
120
```
121
122
### Frozenset
123
-#### Is hashable, meaning it can be used as a key in dictionary or as an element in set.
+#### Is hashable, meaning it can be used as a key in a dictionary or as an element in a set.
124
```python
125
<frozenset> = frozenset(<collection>)
126
@@ -291,7 +291,7 @@ import re
291
* **Parameter `'flags=re.IGNORECASE'` can be used with all functions.**
292
* **Parameter `'flags=re.DOTALL'` makes dot also accept newline.**
293
* **Use `r'\1'` or `'\\1'` for backreference.**
294
-* **Use `'?'` to make operator non-greedy.**
+* **Use `'?'` to make an operator non-greedy.**
295
296
### Match Object
297
0 commit comments