Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Design choices:

* Each chapter should provide a useful basis for a 1‒2 h tutorial.
* The code should be readable.
* An idomatic style should be followed, e.g. ``import numpy as np``,
* An idiomatic style should be followed, e.g. ``import numpy as np``,
preference for array operations, PEP8 coding conventions.


Expand Down
Loading