Skip to content

Commit d9437da

Browse files
committed
Fix typo
MacOS -> macOS
1 parent 2014b9f commit d9437da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ In this article, you learn how to use Python, TensorFlow, and Azure Functions wi
2929
### Prerequisite check
3030

3131
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.
32-
1. Run `python --version` (Linux/MacOS) or `py --version` (Windows) to check your Python version reports 3.7.x.
32+
1. Run `python --version` (Linux/macOS) or `py --version` (Windows) to check your Python version reports 3.7.x.
3333

3434
## Clone the tutorial repository
3535

0 commit comments

Comments
 (0)