From 0ab63ba8be1924c5f077264e5b8f62b8ba9c3390 Mon Sep 17 00:00:00 2001 From: Glenn Street Date: Thu, 15 Aug 2024 15:41:43 -0400 Subject: [PATCH] Update 01_01-03_installing_python.ipynb Correct wording to "mouse over" instead of "mouse of". --- 01_intro/01_01-03_installing_python.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01_intro/01_01-03_installing_python.ipynb b/01_intro/01_01-03_installing_python.ipynb index 71a29ed..d60afc6 100644 --- a/01_intro/01_01-03_installing_python.ipynb +++ b/01_intro/01_01-03_installing_python.ipynb @@ -97,7 +97,7 @@ "source": [ "During the first part of the textbook, nearly all code can be executed with Trinket. Even the section on Pandas can be done inside of Trinket. However, the later sections will be increasingly difficult as they require libraries that are not supported by Trinket. At this time, you will want to consider another option. Again, to delay the installation of Python on your machine, we can rely on other cloud-based alternatives.\n", "\n", - "There are two options for running this textbook's code in the cloud outside of the textbook: Google Colab and Binder (addressed below). In the top right corner of each page is a rocket ship. If you hold your mouse of this rocket ship, you will have two options to choose from, Binder or Colab. Click `Colab`.\n", + "There are two options for running this textbook's code in the cloud outside of the textbook: Google Colab and Binder (addressed below). In the top right corner of each page is a rocket ship. If you hold your mouse over this rocket ship, you will have two options to choose from, Binder or Colab. Click `Colab`.\n", "\n", "```{figure} ../images/rocket_ship.png\n", "Picture of Rocket Ship in Top-Right corner of online JupyterBook.\n",