Skip to content

Commit 328cf22

Browse files
authored
remove duplicate location
1 parent 161c23f commit 328cf22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/service/tutorial-train-models-with-aml.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Create a workspace object from the existing workspace. `Workspace.from_config()`
9797
```python
9898
# load workspace configuration from the config.json file in the current folder.
9999
ws = Workspace.from_config()
100-
print(ws.name, ws.location, ws.resource_group, ws.location, sep='\t')
100+
print(ws.name, ws.location, ws.resource_group, sep='\t')
101101
```
102102

103103
### Create an experiment

0 commit comments

Comments
 (0)