Skip to content

Commit 734b433

Browse files
authored
Merge pull request #101238 from changeworld/patch-1
Fix typo
2 parents e5e9f82 + cdfccd1 commit 734b433

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)