Skip to content

Commit dd78f36

Browse files
committed
Tweak to sum docstring
1 parent 67dcce0 commit dd78f36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dpctl/tensor/_reduction.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,8 @@ def sum(x, /, *, axis=None, dtype=None, keepdims=False, out=None):
192192
axis (Optional[int, Tuple[int, ...]]):
193193
axis or axes along which sums must be computed. If a tuple
194194
of unique integers, sums are computed over multiple axes.
195-
If `None`, the sum is computed over the entire array.
196-
Default: `None`.
195+
If ``None``, the sum is computed over the entire array.
196+
Default: ``None``.
197197
dtype (Optional[dtype]):
198198
data type of the returned array. If ``None``, the default data
199199
type is inferred from the "kind" of the input array data type.

0 commit comments

Comments
 (0)