Skip to content

Commit 4d1c2d7

Browse files
author
Matthias Koeppe
committed
src/sage/graphs/graph.py: Remove outdated reference to jmol in docstring
1 parent 513efbf commit 4d1c2d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/graphs/graph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@
362362
sage: G = graphs.RandomGNP(15,.3)
363363
sage: G.show() # needs sage.plot
364364
365-
And you can view it in three dimensions via jmol with ``show3d()``. ::
365+
And you can view it in three dimensions with ``show3d()``. ::
366366
367367
sage: G.show3d() # needs sage.plot
368368

0 commit comments

Comments
 (0)