fix(readme): `Add a new candidate` to `Add a new candidate:`

This commit is contained in:
Christopher Fremond 2023-04-13 12:18:20 +02:00 committed by GitHub
parent ab7ac6af55
commit 25bd553e8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ $
### Hints
- In order to succeed your script should print **exactly** the same output as the one in the usage section. So `Add a new candidate`, `name: ` and `age: ` should be written in the exact same way and order.
- In order to succeed your script should print **exactly** the same output as the one in the usage section. So `Add a new candidate:`, `name: ` and `age: ` should be written in the exact same way and order.
- Tough it is not mandatory you could use `if __name__ == '__main__':` to specify the entrypoint of your script.