Skip to content

Commit 5b578b2

Browse files
committed
Typo
1 parent 9c25a3f commit 5b578b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytensor/tensor/elemwise.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ def process(self, r, pstate):
301301
class Elemwise(OpenMPOp):
302302
"""Generalizes a scalar `Op` to tensors.
303303
304-
`All the inputs must have the same number of dimensions. When the
304+
All the inputs must have the same number of dimensions. When the
305305
`Op` is performed, for each dimension, each input's size for that
306306
dimension must be the same. As a special case, it can also be one
307307
but only if the input's `broadcastable` flag is ``True`` for that

0 commit comments

Comments
 (0)