Skip to content
Snippets Groups Projects
Commit b595e37e authored by Quentin Gallouédec's avatar Quentin Gallouédec
Browse files

fix typo

parent e6d6bcc2
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ We also assume that you have access to the [ECL GitLab](https://gitlab.ec-lyon.f ...@@ -18,7 +18,7 @@ We also assume that you have access to the [ECL GitLab](https://gitlab.ec-lyon.f
### Code style ### 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 ### Docstring
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment