Skip to content

Commit 803c670

Browse files
authored
typo
1 parent a990846 commit 803c670

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/test_at.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -195,9 +195,6 @@ def test_incompatible_dtype(
195195
>>> a /= 1.5
196196
UFuncTypeError: Cannot cast ufunc 'divide' output from dtype('float64')
197197
to dtype('int64') with casting rule 'same_kind'
198-
199-
See Also
200-
--------
201198
"""
202199
x = xp.asarray([2, 4])
203200
idx = xp.asarray([True, False]) if bool_mask else slice(None)

0 commit comments

Comments
 (0)