Skip to content

Commit fb4b96b

Browse files
author
Chris Cho
committed
Merge branch 'patch-1' of github.com:lennart-k/docs-ecosystem into lennart-k-patch-1
2 parents fbf61d1 + 4ee5cdd commit fb4b96b

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)