Skip to content

Commit 60a9b47

Browse files
committed
a little touch up
1 parent 4b29bd4 commit 60a9b47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/iot-hub/iot-hub-python-python-c2d.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,15 +100,15 @@ In this section, you create a Python console app to simulate the device and rece
100100
time.sleep(1000)
101101
102102
except KeyboardInterrupt:
103-
print ( "IoT Hub C2d Messaging device sample stopped" )
103+
print ( "IoT Hub C2D Messaging device sample stopped" )
104104
```
105105
106106
1. Add the following main function:
107107
108108
```python
109109
if __name__ == '__main__':
110110
print ( "Starting the Python IoT Hub C2D Messaging device sample..." )
111-
print ( "IoTHubDeviceClient waiting for commands, press Ctrl-C to exit" )
111+
print ( "Waiting for C2D messages, press Ctrl-C to exit" )
112112
113113
iothub_client_sample_run()
114114
```

0 commit comments

Comments
 (0)