From f146227f7d0c299dc197e447ca25c1964955c5f0 Mon Sep 17 00:00:00 2001 From: vandesai1 Date: Tue, 10 Dec 2024 13:43:26 -0800 Subject: [PATCH] Update getting-started.rst Changed a word as a test. --- docs/usage/getting-started.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/getting-started.rst b/docs/usage/getting-started.rst index b54e17e..41ee913 100644 --- a/docs/usage/getting-started.rst +++ b/docs/usage/getting-started.rst @@ -28,7 +28,7 @@ First, download some data by using wget or curl: curl -o m31-2mass-2412-row.tbl http://web.ipac.caltech.edu/staff/roby/demo/m31-2mass-2412-row.tbl Second, start a Python session and connect an instance of :class:`firefly_client.FireflyClient` -to a Firefly server. In this example, we use a public server. For ease of demonstration, +to a Firefly server. In this example, we will use a public server. For ease of demonstration, please start the Python session in the directory from which you downloaded the sample files. .. code-block:: py