From ebd28754705a2aab00c371e74758bb5ac2cc8494 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Mon, 16 Mar 2015 15:51:41 +0100 Subject: [PATCH] Fixed a minor typo --- docs/en/reference/configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/reference/configuration.rst b/docs/en/reference/configuration.rst index 300d0b1d873..650be22bc5c 100644 --- a/docs/en/reference/configuration.rst +++ b/docs/en/reference/configuration.rst @@ -103,7 +103,7 @@ Which is, again, identical to supplying ignored user/pass/authority:: sqlite://notused:inthis@case//usr/local/var/db.sqlite -To connect to an in-memory SQLite instance, use ``:memory::`` as the +To connect to an in-memory SQLite instance, use ``:memory:`` as the database name:: sqlite:///:memory: