Skip to content

Commit 21061cd

Browse files
Spotted typo
1 parent 0dbd404 commit 21061cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

individual_modules/introduction_to_unix/loop.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"\n",
1616
"## Learning Objectives\n",
1717
"- Write a loop that applies one or more commands separately to each file in a set of files\n",
18-
"- Trace the values taken on by a loop variable during executionion of the loop\n",
18+
"- Trace the values taken on by a loop variable during execution of the loop\n",
1919
"- Explain the difference between a variables name and its value\n",
2020
"- Explain why spaces and some punctuation characters shouldn't be used in file names\n",
2121
"- Demonstrate how to see what commands have recently been executed\n",

0 commit comments

Comments
 (0)