diff --git a/README.md b/README.md index 51a51d263d369460bb6ea46730b68b4a73cae98d..0f32b2b353eb5d990fb057d105495cfd9902c990 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ We also assume that you have access to the [ECL GitLab](https://gitlab.ec-lyon.f ### Code style -Your code must follow the [PEP8 recommendations](https://peps.python.org/pep-0008/). To help you format your code properly, you can use [Black](https://black.readthedocs.io/en/stable/). To help you sort your imports, you and [isort](https://pycqa.github.io/isort/) +Your code must follow the [PEP8 recommendations](https://peps.python.org/pep-0008/). To help you format your code properly, you can use [Black](https://black.readthedocs.io/en/stable/). To help you sort your imports, you can use [isort](https://pycqa.github.io/isort/). ### Docstring