Skip to content

Commit 1ba5982

Browse files
authored
Merge pull request #2568 from jbampton/patch-1
Fix grammar in building-and-testing-python.md
2 parents f5dcd09 + 921a54f commit 1ba5982

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/actions/guides/building-and-testing-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123

124124
#### Using a specific Python version
125125

126-
You can configure a specific version of python. For example, 3.8. Alternatively, you can semantic version syntax to get the latest minor release. This example uses the latest minor release of Python 3.
126+
You can configure a specific version of python. For example, 3.8. Alternatively, you can use semantic version syntax to get the latest minor release. This example uses the latest minor release of Python 3.
127127

128128
{% raw %}
129129
```yaml

0 commit comments

Comments
 (0)