Bläddra i källkod

Fixed typos in otherqueues tutorial

Ask Solem 14 år sedan
förälder
incheckning
0b22707921
1 ändrade filer med 3 tillägg och 8 borttagningar
  1. 3 8
      docs/tutorials/otherqueues.rst

+ 3 - 8
docs/tutorials/otherqueues.rst

@@ -7,11 +7,6 @@
 .. contents::
     :local:
 
-.. _otherqueues-installation:
-
-Installation
-============
-
 .. _otherqueues-redis:
 
 Redis
@@ -37,12 +32,12 @@ your Redis database::
 
 .. _otherqueues-sqlalchemy:
 
-Django Database
-===============
+SQLAlchemy
+==========
 
 .. _otherqueues-sqlalchemy-conf:
 
-For the SQLAlchemy database transport support you have to install the
+For the SQLAlchemy transport you have to install the
 `kombu-sqlalchemy` library::
 
     $ pip install -U kombu-sqlalchemy