Skip to content

Commit

Permalink
fixing again
Browse files Browse the repository at this point in the history
  • Loading branch information
Andru37 committed Sep 13, 2023
1 parent be981d9 commit 57e5d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ same as `wife`/`husband` key in person's dict.

Example:
```python
people = [
people = [
{'name': 'Ross', 'age': 30, 'wife': 'Rachel'},
{'name': 'Joey', 'age': 29, 'wife': None},
{'name': 'Rachel', 'age': 28, 'husband': 'Ross'}
Expand Down

0 comments on commit 57e5d40

Please sign in to comment.