We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 97ae16d + 1c7a5ea commit 9b5550dCopy full SHA for 9b5550d
articles/cosmos-db/mongodb/quickstart-python.md
@@ -85,7 +85,7 @@ The following code prompts the user for the connection string. It's never a good
85
CONNECTION_STRING = getpass.getpass(prompt='Enter your primary connection string: ') # Prompts user for connection string
86
```
87
88
-The following code creates a client connection your API for MongoDB and tests to make sure it's valid.
+The following code creates a client connection to your API for MongoDB and tests to make sure it's valid.
89
90
```python
91
client = pymongo.MongoClient(CONNECTION_STRING)
0 commit comments