Skip to content

Commit

Permalink
src/sage/misc/table.py: Fix # needs alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Aug 13, 2023
1 parent e05c608 commit bd0fdd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sage/misc/table.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,8 @@ class table(SageObject):
TESTS::
sage: TestSuite(table([["$x$", r"$\sin(x)$"]] + # needs sage.symbolic
....: [(x,n(sin(x), digits=2)) for x in [0..3]],
sage: TestSuite(table([["$x$", r"$\sin(x)$"]] + # needs sage.symbolic
....: [(x, n(sin(x), digits=2)) for x in [0..3]],
....: header_row=True, frame=True)).run()
.. automethod:: _rich_repr_
Expand Down

0 comments on commit bd0fdd5

Please sign in to comment.