Skip to content

Commit bb76922

Browse files
authored
Merge pull request #125228 from changeworld/patch-3
Fix typo
2 parents b7d5d5b + 0729dd9 commit bb76922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/machine-learning-pytorch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ In this article, you learn how to use Python, PyTorch, and Azure Functions to lo
2727
### Prerequisite check
2828

2929
1. In a terminal or command window, run `func --version` to check that the Azure Functions Core Tools are version 2.7.1846 or later.
30-
1. Run `python --version` (Linux/MacOS) or `py --version` (Windows) to check your Python version reports 3.7.x.
30+
1. Run `python --version` (Linux/macOS) or `py --version` (Windows) to check your Python version reports 3.7.x.
3131

3232
## Clone the tutorial repository
3333

0 commit comments

Comments
 (0)