Skip to content

Commit 6fa6af2

Browse files
committed
Updates
1 parent d43f67b commit 6fa6af2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

includes/iot-hub-howto-module-twins-node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ You can set up a listener for a single property change. In this example, the cod
242242
243243
#### Complete example
244244
245-
This example encapsulates the principles of this section, including callback function nesting.
245+
This example encapsulates the principles of this section, including multi-level callback function nesting.
246246
247247
```javascript
248248
var Client = require('azure-iot-device').Client;

includes/iot-hub-howto-module-twins-python.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ The `twin_patch_handler` receives and prints JSON desired property updates.
138138

139139
### SDK device samples
140140

141-
The Azure IoT SDK for Python includes the following samples:
141+
The Azure IoT SDK for Python provides a working sample of a device apps that handle device identity module twin tasks:
142142

143143
* [get_twin](https://github.com/Azure/azure-iot-sdk-python/blob/main/samples/async-hub-scenarios/get_twin.py) - Connect to a device and retrieve twin information.
144144
* [update_twin_reported_properties](https://github.com/Azure/azure-iot-sdk-python/blob/main/samples/async-hub-scenarios/update_twin_reported_properties.py) - Update twin reported properties.
@@ -216,4 +216,4 @@ except KeyboardInterrupt:
216216

217217
### SDK service sample
218218

219-
The Azure IoT SDK for Python provides a working sample of a service app that handles device twin tasks. For more information, see [Test IoTHub Registry Manager](https://github.com/Azure/azure-iot-hub-python/blob/8c8f315e8b26c65c5517541a7838a20ef8ae668b/tests/test_iothub_registry_manager.py).
219+
The Azure IoT SDK for Python provides a working sample of a service app that handles device identity module twin tasks. For more information, see [Test IoTHub Registry Manager](https://github.com/Azure/azure-iot-hub-python/blob/8c8f315e8b26c65c5517541a7838a20ef8ae668b/tests/test_iothub_registry_manager.py).

0 commit comments

Comments
 (0)