Skip to content

Commit 7441c5b

Browse files
Merge pull request #125401 from changeworld/patch-115
Fix typo
2 parents 0d548e1 + 8872667 commit 7441c5b

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)