diff --git a/2-Regression/1-Tools/README.md b/2-Regression/1-Tools/README.md index d18f52958..3d1fd89e9 100644 --- a/2-Regression/1-Tools/README.md +++ b/2-Regression/1-Tools/README.md @@ -52,13 +52,13 @@ In this folder, you will find the file _notebook.ipynb_. Next, add some Python code. -1. Type **print("hello notebook'")** in the code block. +1. Type **print("'hello notebook'")** in the code block. 1. Select the arrow to run the code. You should see the printed statement: ```output - hello notebook + 'hello notebook' ``` ![VS Code with a notebook open](images/notebook.png) diff --git a/2-Regression/1-Tools/images/notebook.png b/2-Regression/1-Tools/images/notebook.png index 27a187118..bea9e0e9f 100644 Binary files a/2-Regression/1-Tools/images/notebook.png and b/2-Regression/1-Tools/images/notebook.png differ