From 67a3eab281a5f4e0f1e74c4fd8a76cbbad516467 Mon Sep 17 00:00:00 2001 From: Ryan Kurtz Date: Thu, 28 Mar 2024 13:53:40 -0400 Subject: [PATCH] Fixing typo in userguide.rst --- doc/userguide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/userguide.rst b/doc/userguide.rst index 385e23607..3ab818d4c 100644 --- a/doc/userguide.rst +++ b/doc/userguide.rst @@ -111,7 +111,7 @@ project has suffered a nasty data structure problem in one of the threads. You managed to capture the data structure in a serialized form but if you could just make graph and call a few functions this would be so much easier. But the interactive Java shell that you are using doesn't really have much in the way of -visualization and your don't have time to write a whole graphing applet just to +visualization and you don't have time to write a whole graphing applet just to display this dataset. So poking around on the internet you find that Python has exactly the