Skip to content

Commit 22745ee

Browse files
committed
Replaced id with range
1 parent feee779 commit 22745ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/nosql/includes/quickstart-python/connection-string-sync-async-code-create-client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.custom: include file
1212

1313
#### [Sync](#tab/sync)
1414

15-
:::code language="python" source="~/cosmos-db-nosql-python-samples/001-quickstart/app.py" id="create_client":::
15+
:::code language="python" source="~/cosmos-db-nosql-python-samples/001-quickstart/app.py" range="20":::
1616

1717
#### [Async](#tab/async)
1818

0 commit comments

Comments
 (0)