From 1f29f7fdf142057df7a9fee55b938c6806067381 Mon Sep 17 00:00:00 2001 From: izokay Date: Mon, 29 Jan 2018 17:31:32 -0500 Subject: [PATCH] Update beginner-tutorial.rst --- docs/source/beginner-tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/beginner-tutorial.rst b/docs/source/beginner-tutorial.rst index 8cad3596..c2a037d2 100644 --- a/docs/source/beginner-tutorial.rst +++ b/docs/source/beginner-tutorial.rst @@ -16628,7 +16628,7 @@ Setup 3. Next, click on the dropdown menu on the top right of PyCharm and select 'Edit Configurations'. Select the '+' button. - Set the script Path to the location of your script and make sure the interpreter is correct, then hit ok. + Set the script Path to the path of your script and make sure the interpreter is correct, then hit ok. You should now be able to run your script in PyCharm.