Skip to content

Commit

Permalink
src/sage/doctest/control.py: Update doctest output
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed May 14, 2024
1 parent 4951504 commit 7ab8171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/doctest/control.py
Original file line number Diff line number Diff line change
Expand Up @@ -1450,7 +1450,7 @@ def run(self):
sage: with open(filename, 'w') as f:
....: f.write(test_hide)
....: f.close()
729
714
sage: DF = DocTestDefaults(hide='buckygen,all')
sage: DC = DocTestController(DF, [filename])
sage: DC.run()
Expand Down

0 comments on commit 7ab8171

Please sign in to comment.