Browse Source

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

pull/1958/head
Christopher Fremond 1 year ago committed by GitHub
parent
commit
25bd553e8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      subjects/devops/candidates_checker/README.md

2
subjects/devops/candidates_checker/README.md

@ -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.

Loading…
Cancel
Save