Skip to content

Commit 2496a42

Browse files
Re-wording
1 parent a26b9d6 commit 2496a42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/algorithm-module-reference/execute-python-script.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ The **Execute Python Script** module contains sample Python code that you can us
213213
5. In the **Python script** text box, type or paste valid Python script.
214214

215215
> [!NOTE]
216-
> Please be very careful when writing your script and makes sure there is no syntax error, such as using a un-declared object or a un-imported module. Also pay extra attentions to the pre-installed modules list in [Execute Python Script](execute-python-script.md). If you need to import modules which are not listed, please installing the corresponding packages such as
216+
> Please be very careful when writing your script and make sure there is no syntax error, such as using a un-declared object or a un-imported module. Also pay extra attentions to the pre-installed module list. To import modules which are not listed, install the corresponding packages in your script such as
217217
> ``` Python
218218
> import os
219219
> os.system(f"pip install scikit-misc")

0 commit comments

Comments
 (0)