Skip to content

Commit 582d416

Browse files
authored
Merge pull request #126485 from changeworld/patch-37
Fix typo
2 parents 1e4a912 + 20cb1a9 commit 582d416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/iot-hub-howto-device-management-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ The [IoTHubRegistryManager](/python/api/azure-iot-hub/azure.iot.hub.iothubregist
123123

124124
### Service import statements
125125

126-
Add these import statements to connect to Iot Hub, send cloud-to-device direct methods, and receive device direct method responses.
126+
Add these import statements to connect to IoT Hub, send cloud-to-device direct methods, and receive device direct method responses.
127127

128128
```python
129129
from azure.iot.hub import IoTHubRegistryManager

0 commit comments

Comments
 (0)