We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9d492b commit c78d042Copy full SHA for c78d042
1 file changed
cspell.json
@@ -6,14 +6,22 @@
6
"language": "en",
7
// words - list of words to be always considered correct
8
"words": [
9
+ "brenth",
10
+ "brentq",
11
"codecov",
- "scipy",
12
+ "ndigits",
13
+ "nullproportion",
14
"pingouin",
- "pystatpower",
- "PyStatPower",
- "brenth",
15
"proportion",
16
- "nullproportion",
17
- "ospp"
+ "PyStatPower",
+ "pystatpower",
18
+ "radd",
19
+ "rmul",
20
+ "rtruediv",
21
+ "rfloordiv",
22
+ "rmod",
23
+ "rpow",
24
+ "scipy",
25
+ "unpooled"
26
]
27
}
0 commit comments