Skip to content

Commit 97e15d1

Browse files
committed
Fix typo
python -> Python
1 parent 20fad63 commit 97e15d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machines/linux/freebsd-intro-on-azure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ If bash is not installed on your FreeBSD machine, run following command before t
4242
sudo pkg install bash
4343
```
4444

45-
If python is not installed on your FreeBSD machine, run following commands before the installation. 
45+
If Python is not installed on your FreeBSD machine, run following commands before the installation. 
4646

4747
```bash
4848
sudo pkg install python38

0 commit comments

Comments
 (0)