Skip to content

Commit 562bb0e

Browse files
committed
A/an/the
1 parent 473229a commit 562bb0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Set
120120
```
121121

122122
### Frozenset
123-
#### Is hashable, meaning it can be used as a key in dictionary or as an element in set.
123+
#### Is hashable, meaning it can be used as a key in a dictionary or as an element in a set.
124124
```python
125125
<frozenset> = frozenset(<collection>)
126126
```
@@ -291,7 +291,7 @@ import re
291291
* **Parameter `'flags=re.IGNORECASE'` can be used with all functions.**
292292
* **Parameter `'flags=re.DOTALL'` makes dot also accept newline.**
293293
* **Use `r'\1'` or `'\\1'` for backreference.**
294-
* **Use `'?'` to make operator non-greedy.**
294+
* **Use `'?'` to make an operator non-greedy.**
295295

296296
### Match Object
297297
```python

0 commit comments

Comments
 (0)