Fix inconsistency with example

connection example shows a password of 12345, but text spoke of qwerty
This commit is contained in:
Peter Nerlich 2021-01-10 23:43:46 +01:00 committed by GitHub
parent 772096ec55
commit 460df112f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ the :attr:`host` to
)
will establish connection to ``production`` database using
``admin`` username and ``qwerty`` password.
``admin`` username and ``12345`` password.
.. note:: Calling :func:`~mongoengine.connect` without argument will establish
a connection to the "test" database by default