Skip to content

Commit a88d4d1

Browse files
Merge pull request #222893 from vmagelo/freshness-work2
Freshness work.
2 parents 5d5d70a + 47b383d commit a88d4d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: iot-hub
66
services: iot-hub
77
ms.devlang: python
88
ms.topic: conceptual
9-
ms.date: 04/03/2020
9+
ms.date: 01/04/2023
1010
ms.author: kgremban
1111
ms.custom: devx-track-python, py-fresh-zinc
1212
---
@@ -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)