Skip to content

Commit

Permalink
src/sage/graphs/graph.py: Remove outdated reference to jmol in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Sep 3, 2024
1 parent 513efbf commit 4d1c2d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/graphs/graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@
sage: G = graphs.RandomGNP(15,.3)
sage: G.show() # needs sage.plot
And you can view it in three dimensions via jmol with ``show3d()``. ::
And you can view it in three dimensions with ``show3d()``. ::
sage: G.show3d() # needs sage.plot
Expand Down

0 comments on commit 4d1c2d7

Please sign in to comment.