Skip to content

Commit 4b795de

Browse files
committed
Minor adjustments.
1 parent e0e51fc commit 4b795de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/iot-hub/iot-hub-python-python-module-twin-getstarted.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ At the end of this article, you have three Python apps:
2828
* **ReceiveModuleTwinDesiredPropertiesPatch**: receives the module twin, desired properties patch on your device.
2929

3030
> [!NOTE]
31-
> See [Azure IoT SDKs](iot-hub-devguide-sdks.md) for more information about the SDK tools available to build both device and back-end apps.
31+
> For more information about the SDK tools available to build both device and back-end apps, see [Azure IoT SDKs](iot-hub-devguide-sdks.md).
3232
3333
## Prerequisites
3434

@@ -201,7 +201,7 @@ In this section, you create a Python app to get the module twin desired properti
201201
import time
202202
from azure.iot.device import IoTHubModuleClient
203203
204-
CONNECTION_STRING = "YourIotHubConnectionString"
204+
CONNECTION_STRING = "YourModuleConnectionString"
205205
206206
207207
def twin_patch_handler(twin_patch):

0 commit comments

Comments
 (0)