Skip to content

Commit eaddd9c

Browse files
authored
Merge pull request #176122 from RohitMungi-MSFT/patch-80
Fixing Typos in section Upload files & How to configure Execute Pytho…
2 parents b2a2971 + b33204a commit eaddd9c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ def azureml_main(dataframe1 = None, dataframe2 = None):
123123
# - Single return value: return dataframe1,
124124
# - Two return values: return dataframe1, dataframe2
125125
return dataframe1,
126-
}
127126
```
128127

129128
After the pipeline run is finished, you can preview the image in the right panel of the module.
@@ -209,7 +208,7 @@ The Execute Python Script module contains sample Python code that you can use as
209208

210209
```python
211210
def my_func(dataframe1):
212-
return dataframe1
211+
return dataframe1
213212
```
214213
Following is sample code showing how to consume the files in the script bundle:
215214

@@ -384,4 +383,4 @@ The preinstalled packages are:
384383

385384
## Next steps
386385

387-
See the [set of modules available](module-reference.md) to Azure Machine Learning.
386+
See the [set of modules available](module-reference.md) to Azure Machine Learning.

0 commit comments

Comments
 (0)