Skip to content

Commit cdfccd1

Browse files
committed
Fix typo
python -> Python
1 parent 3827e28 commit cdfccd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cloud-services/cloud-services-python-ptvs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ $is_python2 = $env:PYTHON2 -eq "on"
170170
$nl = [Environment]::NewLine
171171
172172
if (-not $is_emulated){
173-
Write-Output "Checking if python is installed...$nl"
173+
Write-Output "Checking if Python is installed...$nl"
174174
if ($is_python2) {
175175
& "${env:SystemDrive}\Python27\python.exe" -V | Out-Null
176176
}

0 commit comments

Comments
 (0)