Skip to content

Commit 9c449a6

Browse files
authored
Update python.md
Just a minor spelling correction.
1 parent c6dd89f commit 9c449a6

File tree

1 file changed

+1
-1
lines changed
  • content/pipeline/docker/examples/languages

1 file changed

+1
-1
lines changed

content/pipeline/docker/examples/languages/python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ steps:
2626
- pytest
2727
```
2828

29-
Please note that you can use any Docker image in your pipeline from any Docker registry. You can use the official python [images](https://hub.docker.com/r/_/python/), or your can bring your own.
29+
Please note that you can use any Docker image in your pipeline from any Docker registry. You can use the official python [images](https://hub.docker.com/r/_/python/), or you can bring your own.
3030

3131
## Test Multiple Versions
3232

0 commit comments

Comments
 (0)