diff --git a/labs/coding-102-rest-python-ga/1.md b/labs/coding-102-rest-python-ga/1.md index 45af2a2..191cfb1 100644 --- a/labs/coding-102-rest-python-ga/1.md +++ b/labs/coding-102-rest-python-ga/1.md @@ -43,7 +43,7 @@ For more information, click the "How to Set Up Your Computer" link at the top of * Open the Git Command window by clicking the *Git CMD* icon on the Task Bar or click the Start button. Then, in the Run bar, enter: `git cmd`. * **If you are working from your computer**, on your computer open a command terminal. ![](/posts/files/coding-102-rest-python-ga/assets/images/create_directory.png)

-* Clone the coding skills sample code from GitHub. Enter the following command. +* Clone the coding skills sample code from GitHub. Enter the following command. This will copy Cisco DevNet's coding samples directory down to your computer so you may work with it locally. ``` git clone https://github.com/CiscoDevNet/coding-skills-sample-code ```