Skip to content

Commit 33f8ce2

Browse files
Update functions-how-to-azure-devops.md
Minor edits
1 parent 2a22b18 commit 33f8ce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-how-to-azure-devops.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ steps:
8888
8989
#### Python
9090
91-
You can use the following sample to create a YAML file to build a Python app. Python is supported only for Linux Azure Functions. The yaml for Python 3.7 can be built by replacing all the 3.6 with 3.7 in this yaml.
91+
You can use the following sample to create a YAML file to build a Python app. Python is supported only for Linux Azure Functions. The YAML for Python 3.7 can be built by replacing all the instances of 3.6 with 3.7 in this YAML.
9292
9393
```yaml
9494
pool:

0 commit comments

Comments
 (0)