Skip to content

Commit ee65738

Browse files
fix wording
1 parent ff4da5e commit ee65738

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

book/06_imports.ipynb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,10 +164,9 @@
164164
"import mymodule\n",
165165
"```\n",
166166
"\n",
167-
"A Python module (any `.py` file) might contain code that we want to run (for example as a one-off script) along code that we only want to use somewhere else. \n",
168-
"We can isolate the part of the code that we want to run as a script with this trick.\n",
167+
"A Python module (any `.py` file) might contain code that we want to run as a script alongside code that we only want to use somewhere else (importing parts of it).\n",
169168
"\n",
170-
"That's easier to show than to explain, so let's do some exercises."
169+
"We can isolate part of the code that we want to run as a script with a trick that's easier to show than to explain, so let's do some exercises."
171170
]
172171
},
173172
{

0 commit comments

Comments
 (0)