Skip to content

Commit 19a3e12

Browse files
committed
Updates
1 parent f3bd15e commit 19a3e12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ twin = iothub_registry_manager.update_twin(DEVICE_ID, twin_patch, twin.etag)
175175

176176
### Create a device twin query
177177

178-
Query device twin information using device twin queries. Device twin queries are SQL-like queries that return a result set of device twins.
178+
You can query device twin information using device twin queries. Device twin queries are SQL-like queries that return a result set of device twins.
179179

180180
To use a device twin query:
181181

0 commit comments

Comments
 (0)