Skip to content

Commit 3010533

Browse files
authored
Merge pull request #89719 from changeworld/patch-78
Fix typo
2 parents f781709 + 4a7c054 commit 3010533

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)