Skip to content

Commit b23319e

Browse files
committed
Resolve AM publish build warning
1 parent bb40dbd commit b23319e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.custom: include file
1717
#### [Async](#tab/async)
1818

1919
> [!IMPORTANT]
20-
> Put the client instance in a coroutine function named `manage_cosmos`. Within the coroutine function, define the new client with the `async with` keywords. Outside of the coroutine function, use the `asyncio.run` function to execute the coroutine asynchronously.
20+
> Put the client instance in a coroutine function named `manage_cosmos`. Within the coroutine function, define the new client with the `async with` keywords. Outside of the coroutine function, use the `asyncio.run` function to execute the coroutine asynchronously.
2121
2222
:::code language="python" source="~/cosmos-db-nosql-python-samples/002-quickstart-async/app_cred.py" range="25-27":::
2323

0 commit comments

Comments
 (0)