From 734904b91645ac89a42b30ff402cc5fe139f99fa Mon Sep 17 00:00:00 2001 From: Tetsuo Koyama Date: Sun, 1 Dec 2024 01:40:01 +0900 Subject: [PATCH] Update CONTRIBUTING.rst to fix typo from idomatic to idiomatic --- CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 93ecb3dca..86e8bafc2 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -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.