From 460df112f435a9fe5ef35337984c33e84e57c45e Mon Sep 17 00:00:00 2001 From: Peter Nerlich Date: Sun, 10 Jan 2021 23:43:46 +0100 Subject: [PATCH] Fix inconsistency with example connection example shows a password of 12345, but text spoke of qwerty --- 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 03d6ed5c..fea5e97b 100644 --- a/docs/guide/connecting.rst +++ b/docs/guide/connecting.rst @@ -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