From 47c58bce2bcff79a60f2550710f68dd58d1d33d1 Mon Sep 17 00:00:00 2001 From: Stefan Wojcik Date: Wed, 28 Dec 2016 21:08:18 -0500 Subject: [PATCH] fix "connect" example in the docs --- docs/guide/connecting.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/connecting.rst b/docs/guide/connecting.rst index 48926499..827e5a3c 100644 --- a/docs/guide/connecting.rst +++ b/docs/guide/connecting.rst @@ -33,7 +33,7 @@ the :attr:`host` to corresponding parameters in :func:`~mongoengine.connect`: :: connect( - name='test', + db='test', username='user', password='12345', host='mongodb://admin:qwerty@localhost/production'