Skip to content

Commit b089379

Browse files
authored
Merge pull request #89690 from changeworld/patch-67
Fix typo
2 parents 1462d05 + 384e7a1 commit b089379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-deploy-inferencing-gpus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ The conda environment file specifies the dependencies for the service. It includ
142142
```yaml
143143
name: project_environment
144144
dependencies:
145-
# The python interpreter version.
145+
# The Python interpreter version.
146146
# Currently Azure ML only supports 3.5.2 and later.
147147
- python=3.6.2
148148

0 commit comments

Comments
 (0)