Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
smichr committed Sep 30, 2024
1 parent 0816d9b commit b5d9d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sympy/polys/tests/test_polytools.py
Original file line number Diff line number Diff line change
Expand Up @@ -3300,7 +3300,7 @@ def test_ptcancel():

raises(ValueError, lambda: cancel((1, 2, 3)))

# test first tuple returnr
# tests first tuple return
assert (t:=cancel((2, 3))) == (1, 2, 3)
assert isinstance(t, tuple)

Expand Down

0 comments on commit b5d9d31

Please sign in to comment.