From 4d1c2d74fd9d9b1c6fcdb819b332d49f1a49e17d Mon Sep 17 00:00:00 2001 From: Matthias Koeppe Date: Mon, 12 Aug 2024 12:47:19 -0700 Subject: [PATCH] src/sage/graphs/graph.py: Remove outdated reference to jmol in docstring --- src/sage/graphs/graph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sage/graphs/graph.py b/src/sage/graphs/graph.py index 4b0b43e5adb..6e5a6680662 100644 --- a/src/sage/graphs/graph.py +++ b/src/sage/graphs/graph.py @@ -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