Skip to content

Commit 2b0f924

Browse files
authored
Fixing table
1 parent f6a165f commit 2b0f924

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

includes/functions-requirements-cli.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,12 @@ Before you begin, you must have the following:
1616
::: zone-end
1717
::: zone pivot="programming-language-python"
1818
+ The Azure Functions Core Tools version that corresponds to your installed Python version:
19-
| Python version | Core Tools version |
20-
| -------------- | ------------------ |
21-
| Python 3.8 | [version 3.x](../articles/azure-functions/functions-run-local.md#v2) |
22-
| Python 3.6<br/>Python 3.7 | [Version 2.7.1846 or a later 2.x version](../articles/azure-functions/functions-run-local.md#v2) |
19+
20+
| Python version | Core Tools version |
21+
| -------------- | ------------------ |
22+
| Python 3.8 | [version 3.x](../articles/azure-functions/functions-run-local.md#v2) |
23+
| Python 3.6<br/>Python 3.7 | [Version 2.7.1846 or a later 2.x version](../articles/azure-functions/functions-run-local.md#v2) |
24+
2325
::: zone-end
2426

2527
+ The [Azure CLI](/cli/azure/install-azure-cli) version 2.4 or later.

0 commit comments

Comments
 (0)