Przeglądaj źródła

Doc: ReST format in installation (#3568)

Signed-off-by: Takuya Noguchi <tak.noguchi.iridge@gmail.com>
tnir 8 lat temu
rodzic
commit
dd2b4c53c9
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      docs/includes/installation.txt

+ 2 - 2
docs/includes/installation.txt

@@ -67,7 +67,7 @@ Transports and Backends
 :``celery[sqs]``:
 :``celery[sqs]``:
     for using Amazon SQS as a message transport (*experimental*).
     for using Amazon SQS as a message transport (*experimental*).
 
 
-:``celery[tblib``]
+:``celery[tblib]``:
     for using the :setting:`task_remote_tracebacks` feature.
     for using the :setting:`task_remote_tracebacks` feature.
 
 
 :``celery[memcache]``:
 :``celery[memcache]``:
@@ -103,7 +103,7 @@ Transports and Backends
 :``celery[consul]``:
 :``celery[consul]``:
     for using the Consul.io Key/Value store as a message transport or result backend (*experimental*).
     for using the Consul.io Key/Value store as a message transport or result backend (*experimental*).
 
 
-:``celery[django]``
+:``celery[django]``:
     specifies the lowest version possible for Django support.
     specifies the lowest version possible for Django support.
 
 
     You should probably not use this in your requirements, it's here
     You should probably not use this in your requirements, it's here