Skip to content

Commit 1c7a5ea

Browse files
Update quickstart-python.md
small typo added the word "to" to complete the sentence "The following code creates a client connection your API for MongoDB and tests to make sure it's valid."
1 parent 20ac72c commit 1c7a5ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ The following code prompts the user for the connection string. It's never a good
8585
CONNECTION_STRING = getpass.getpass(prompt='Enter your primary connection string: ') # Prompts user for connection string
8686
```
8787

88-
The following code creates a client connection your API for MongoDB and tests to make sure it's valid.
88+
The following code creates a client connection to your API for MongoDB and tests to make sure it's valid.
8989

9090
```python
9191
client = pymongo.MongoClient(CONNECTION_STRING)

0 commit comments

Comments
 (0)