fix "connect" example in the docs

This commit is contained in:
Stefan Wojcik 2016-12-28 21:08:18 -05:00
parent 96e95ac533
commit 47c58bce2b

View File

@ -33,7 +33,7 @@ the :attr:`host` to
corresponding parameters in :func:`~mongoengine.connect`: :: corresponding parameters in :func:`~mongoengine.connect`: ::
connect( connect(
name='test', db='test',
username='user', username='user',
password='12345', password='12345',
host='mongodb://admin:qwerty@localhost/production' host='mongodb://admin:qwerty@localhost/production'