Skip to content

Commit 4a7c054

Browse files
committed
Fix typo
python -> Python
1 parent 20fad63 commit 4a7c054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/media-services/latest/encode-basic-encoding-python-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ For samples, we recommend you always create and activate a Python virtual enviro
5050
2. Create a virtual environment.
5151

5252
``` bash
53-
# py -3 uses the global python interpreter. You can also use python -m venv .venv.
53+
# py -3 uses the global Python interpreter. You can also use python -m venv .venv.
5454
py -3 -m venv .venv
5555
```
5656

0 commit comments

Comments
 (0)