We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff1d082 commit cd0158eCopy full SHA for cd0158e
notebooks/intermediate/exercises/idiomatic_python_exercise.ipynb
@@ -220,7 +220,7 @@
220
"source": [
221
"Now it's time refactor the existing code to make it more idiomatic.\n",
222
"\n",
223
- "It's desirable that you do the refactoring in small junks. Consider using the following workflow:\n",
+ "It's desirable that you do the refactoring in small chunks. Consider using the following workflow:\n",
224
"1. Copy-paste a single function from the above ugly implementation to the cell below\n",
225
"2. Refactor the function\n",
226
"3. Run the tests to verify that you did not break anything\n",
0 commit comments