Преглед изворни кода

fix typo in sqlite database path

Łukasz Oleś пре 14 година
родитељ
комит
9e2ca01fbf
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      docs/tutorials/otherqueues.rst

+ 1 - 1
docs/tutorials/otherqueues.rst

@@ -54,7 +54,7 @@ an SQLAlchemy database URI.
 
 #. Configure the database URI::
 
-    BROKER_HOST = "sqlite://celerydb.sqlite"
+    BROKER_HOST = "sqlite:///celerydb.sqlite"
 
 Please see `SQLAlchemy: Supported Databases`_ for a table of supported databases.
 Some other `SQLAlchemy Connection String`_, examples: