Skip to content

Commit 9df8d24

Browse files
committed
fix sphinx spelling issues
1 parent 81ba4bd commit 9df8d24

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

doc/known_words.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
al
12
backend
23
bitwise
34
boolean
@@ -9,7 +10,9 @@ combinatorially
910
conda
1011
cubically
1112
Decompositions
13+
diag
1214
dimensionality
15+
discretized
1316
docstring
1417
dpctl
1518
dpnp
@@ -19,9 +22,11 @@ einsum
1922
endian
2023
eps
2124
epsneg
25+
et
2226
Extrema
2327
finfo
2428
finiteness
29+
Flannery
2530
Fortran
2631
Frobenius
2732
Hadamard
@@ -41,10 +46,12 @@ ndarray
4146
ndarrays
4247
ndim
4348
normed
49+
Nyquist
4450
oneAPI
4551
orthonormal
4652
Penrose
4753
Polyutils
54+
pre
4855
prepend
4956
prepending
5057
representable
@@ -58,14 +65,21 @@ subclasses
5865
subtype
5966
SyclDevice
6067
SyclQueue
68+
tensordot
69+
Teukolsky
6170
th
71+
tril
72+
triu
73+
Tukey
6274
ufunc
6375
ufuncs
6476
Unary
77+
unscaled
6578
unicode
6679
usm
6780
Vandermonde
6881
vectorized
82+
Vetterline
6983
von
7084
Weibull
7185
whitespace

dpnp/dpnp_iface_searching.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ def where(condition, x=None, y=None, /, *, order="K", out=None):
329329
Values from which to choose. `x`, `y` and `condition` need to be
330330
broadcastable to some shape.
331331
order : {"K", "C", "F", "A"}, optional
332-
Memory layout of the new output arra, if keyword `out` is ``None``.
332+
Memory layout of the new output array, if keyword `out` is ``None``.
333333
Default: ``"K"``.
334334
out : {None, dpnp.ndarray, usm_ndarray}, optional
335335
The array into which the result is written. The data type of `out` must

0 commit comments

Comments
 (0)