Skip to content

Commit 8872667

Browse files
committed
Fix typo
Http/Https -> HTTP/HTTPS
1 parent cbe6d55 commit 8872667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/iot-hub/schedule-jobs-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ In this section, you create a Python console app that initiates a remote **lockD
272272

273273
except msrest.exceptions.HttpOperationError as ex:
274274
print ( "" )
275-
print ( "Http error {}".format(ex.response.text) )
275+
print ( "HTTP error {}".format(ex.response.text) )
276276
return
277277
except Exception as ex:
278278
print ( "" )

0 commit comments

Comments
 (0)