Commit 8cecf4a7 authored by Jonas Kaufmann's avatar Jonas Kaufmann Committed by Antoine Kaufmann
Browse files

CONTRIBUTING.md: fix two spelling mistakes

parent b2185d38
...@@ -74,9 +74,9 @@ things privately. ...@@ -74,9 +74,9 @@ things privately.
# Style Guides # Style Guides
Please read through our style guides before preparing your contributions avoid Please read through our style guides before preparing your contributions to
unnecessary effort later to reformat code etc. before we can push it to the avoid unnecessary effort later to reformat code etc. before we can push it to
repository. the repository.
## Git Commits ## Git Commits
...@@ -124,10 +124,10 @@ should still adhere to the style guide. ...@@ -124,10 +124,10 @@ should still adhere to the style guide.
## Python ## Python
We require that all our Python code adhere to the We require that all our Python code adheres to the [Google Python Style
[Google Python Style Guide](https://google.github.io/styleguide/pyguide.html). Guide](https://google.github.io/styleguide/pyguide.html). Note that some legacy
Note that some legacy code may still have violations, but any new changes code may still have violations, but any new changes should still adhere to the
should still adhere to the style guide. style guide.
# Attribution # Attribution
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment