Skip to content

Commit 9b5550d

Browse files
Merge pull request #214624 from GeethaThatipatri-MSFT/patch-4
Update quickstart-python.md
2 parents 97ae16d + 1c7a5ea commit 9b5550d

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)