Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit cb70171

Browse files
author
Thierry Monteil
committed
#28538 : typo
1 parent fe71c17 commit cb70171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/symbolic/assumptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@ def assume(*args):
648648
[0 < x]
649649
sage: forget()
650650
651-
Chack that :trac:`28538` is fixed::
651+
Check that :trac:`28538` is fixed::
652652
653653
sage: x, y = SR.var('x, y')
654654
sage: assume(x > 0)

0 commit comments

Comments
 (0)