Skip to content

Commit 646449f

Browse files
Merge pull request #217221 from seesharprun/cosmos-nosql-python-quickstart-typo-fix
Cosmos DB | Fix typo in NoSQL+Python Quickstart
2 parents c26fc50 + 45431e3 commit 646449f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/nosql/quickstart-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ For this sample code, the container will use the category as a logical partition
8888

8989
### Authenticate the client
9090

91-
From the project directory, open the *app.py* file. In your editor, import the `CosmosClient` and `PartitionKey` classes from the `azure.cosmos` package.
91+
From the project directory, open the *app.py* file. In your editor, import the `os` and `json` modules. Then, import the `CosmosClient` and `PartitionKey` classes from the `azure.cosmos` module.
9292

9393
:::code language="python" source="~/cosmos-db-nosql-python-samples/001-quickstart/app.py" id="imports":::
9494

0 commit comments

Comments
 (0)