Skip to content

Commit 21ddefe

Browse files
authored
Update CONTRIBUTING.rst to fix typo from idomatic to idiomatic (#805)
1 parent bea3aac commit 21ddefe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Design choices:
3333

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

3939

0 commit comments

Comments
 (0)