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

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez committed Mar 27, 2022
1 parent 6768bd2 commit 7644854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/tests/cmdline.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ def _test_executable(args, input="", timeout=100.0, pydebug_ignore_warnings=Fals
Now test ``my_script.sage`` and the preparsed version ``my_script.sage.py``::
sage: (out, err, ret) = test_executable(["sage", "-t", script])
sage: (out, err, ret) = _test_executable(["sage", "-t", script])
sage: ret
0
sage: out.find("All tests passed!") >= 0
Expand Down

0 comments on commit 7644854

Please sign in to comment.