Преглед на файлове

Merge branch 'lukaszo/master'

Ask Solem преди 14 години
родител
ревизия
a143bd84d7
променени са 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: