✏️ Fix typo, simplify single quote/apostrophe character in "Sister Margaret's" everywhere in the docs (#721)

This commit is contained in:
Sebastián Ramírez
2023-12-04 13:13:03 +01:00
committed by GitHub
parent 909286cc03
commit 5c0fca1d96
93 changed files with 108 additions and 108 deletions

View File

@@ -138,7 +138,7 @@ So, the output would be:
$ python -m project.app
Created hero: id=1 secret_name='Dive Wilson' team_id=1 name='Deadpond' age=None
Hero's team: name='Z-Force' headquarters='Sister Margarets Bar' id=1
Hero's team: name='Z-Force' headquarters='Sister Margaret's Bar' id=1
```
</div>
@@ -243,7 +243,7 @@ And running that achieves the same result as before:
$ python -m project.app
Created hero: id=1 age=None name='Deadpond' secret_name='Dive Wilson' team_id=1
Hero's team: id=1 name='Z-Force' headquarters='Sister Margarets Bar'
Hero's team: id=1 name='Z-Force' headquarters='Sister Margaret's Bar'
```
</div>