Skip to content

Commit cd0158e

Browse files
committed
Fix typo
1 parent ff1d082 commit cd0158e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/intermediate/exercises/idiomatic_python_exercise.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
220220
"source": [
221221
"Now it's time refactor the existing code to make it more idiomatic.\n",
222222
"\n",
223-
"It's desirable that you do the refactoring in small junks. Consider using the following workflow:\n",
223+
"It's desirable that you do the refactoring in small chunks. Consider using the following workflow:\n",
224224
"1. Copy-paste a single function from the above ugly implementation to the cell below\n",
225225
"2. Refactor the function\n",
226226
"3. Run the tests to verify that you did not break anything\n",

0 commit comments

Comments
 (0)