Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
roed314 committed Feb 8, 2023
1 parent f60220f commit 9450402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/misc/superseded.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def _check_issue_number(issue_number):
TypeError: 10.0000000000000 is not a valid github issue number
sage: _check_issue_number('10')
Traceback (most recent call last):
a ...
...
TypeError: '10' is not a valid github issue number
"""
try:
Expand Down

0 comments on commit 9450402

Please sign in to comment.