瀏覽代碼

Fixed typo toproot -> taproot

Ask Solem 15 年之前
父節點
當前提交
c7080c8f82
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/tutorials/otherqueues.rst

+ 1 - 1
docs/tutorials/otherqueues.rst

@@ -36,7 +36,7 @@ Configuration
 Configuration is easy, set the carrot backend, and configure the location of
 your Redis database::
 
-    CARROT_BACKEND = "ghettoq.toproot.Redis"
+    CARROT_BACKEND = "ghettoq.taproot.Redis"
 
     BROKER_HOST = "localhost"  # Maps to redis host.
     BROKER_PORT = 6379         # Maps to redis port.