소스 검색

Fixed typos in otherqueues tutorial

Ask Solem 14 년 전
부모
커밋
0b22707921
1개의 변경된 파일3개의 추가작업 그리고 8개의 파일을 삭제
  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