Skip to content

Commit 72f2f78

Browse files
committed
Follow on fixes to last PR.
1 parent c7d1fdc commit 72f2f78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/cosmos-db/nosql/how-to-python-create-container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The following example creates a container with the [``DatabaseProxy.create_conta
5353

5454
### Create a container asynchronously
5555

56-
You can also create a database asynchronously using similar object and methods in the [azure.cosmos.aio](/python/api/azure-cosmos/azure.cosmos.aio) namespace. For example, use the [`DatabaseProxy.create_database`](/python/api/azure-cosmos/azure.cosmos.aio.databaseproxy#azure-cosmos-aio-databaseproxy-create-container) method or the ['CosmoClient.create_database_if_not_exists](/python/api/azure-cosmos/azure.cosmos.aio.databaseproxy#azure-cosmos-aio-databaseproxy-create-container-if-not-exists) method.
56+
You can also create a database asynchronously using similar object and methods in the [azure.cosmos.aio](/python/api/azure-cosmos/azure.cosmos.aio) namespace. For example, use the [DatabaseProxy.create_database](/python/api/azure-cosmos/azure.cosmos.aio.databaseproxy#azure-cosmos-aio-databaseproxy-create-container) method or the [CosmoClient.create_database_if_not_exists](/python/api/azure-cosmos/azure.cosmos.aio.databaseproxy#azure-cosmos-aio-databaseproxy-create-container-if-not-exists) method.
5757

5858
Working asynchronously is useful when you want to perform multiple operations in parallel. For more information, see [Using the asynchronous client](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/cosmos/azure-cosmos#using-the-asynchronous-client).
5959

articles/cosmos-db/nosql/how-to-python-get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ The following guides show you how to use each of these classes to build your app
409409
- [Samples](samples-python.md)
410410
- [API reference](/python/api/azure-cosmos/azure.cosmos)
411411
- [Library source code](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/cosmos/azure-cosmos)
412-
- [Give Feedback](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/cosmos/azure-cosmos/issues)
412+
- [Give Feedback](https://github.com/Azure/azure-sdk-for-python/issues)
413413

414414
## Next steps
415415

0 commit comments

Comments
 (0)