Skip to content

Commit 3ffe0f6

Browse files
author
Chris Cho
committed
Merge branch 'lennart-k-patch-1'
2 parents fbf61d1 + fb4b96b commit 3ffe0f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/motor.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Connect to MongoDB Atlas
5656

5757
import motor
5858

59-
client = client = motor.motor_tornado.MotorClient(
59+
client = motor.motor_tornado.MotorClient(
6060
"mongodb+srv://<username>:<password>@<cluster-url>/test?retryWrites=true&w=majority")
6161
db = client.test
6262

0 commit comments

Comments
 (0)