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.
1 parent d0fb423 commit 4ee5cddCopy full SHA for 4ee5cdd
source/drivers/motor.txt
@@ -56,7 +56,7 @@ To connect to a `MongoDB Atlas <https://docs.atlas.mongodb.com/>`_ cluster, use
56
57
import motor
58
59
- client = client = motor.motor_tornado.MotorClient(
+ client = motor.motor_tornado.MotorClient(
60
"mongodb+srv://<username>:<password>@<cluster-url>/test?retryWrites=true&w=majority")
61
db = client.test
62
0 commit comments