Skip to content

Commit

Permalink
A doctest fix for worksheet.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
williamstein committed May 24, 2008
1 parent 1816be9 commit 1542f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/server/notebook/worksheet.py
Original file line number Diff line number Diff line change
Expand Up @@ -1457,7 +1457,7 @@ def check_comp(self, wait=0.2):
sage: W = nb.create_new_worksheet('Test', 'sage')
sage: W.edit_save('Sage\n{{{\n3^20\n}}}')
sage: W.cell_list()[0].evaluate()
sage: W.check_comp()
sage: W.check_comp() # random output -- depends on computer speed
('d', Cell 0; in=3^20, out=
3486784401
)
Expand Down

0 comments on commit 1542f14

Please sign in to comment.