summaryrefslogtreecommitdiff
path: root/doc/build/core/engines.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/build/core/engines.rst')
-rw-r--r--doc/build/core/engines.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/core/engines.rst b/doc/build/core/engines.rst
index 17ec9416c..a6950c949 100644
--- a/doc/build/core/engines.rst
+++ b/doc/build/core/engines.rst
@@ -160,7 +160,7 @@ And for an absolute file path, the three slashes are followed by the absolute pa
#Windows alternative using raw string
engine = create_engine(r'sqlite:///C:\path\to\foo.db')
-To use a SQLite ``:memory:`` database, specify an empty URL::
+To use an SQLite ``:memory:`` database, specify an empty URL::
engine = create_engine('sqlite://')