浏览代码

Merge branch 'master' of github.com:celery/celery

Ask Solem 8 年之前
父节点
当前提交
90ee50a279
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 2 2
      docs/includes/installation.txt
  2. 1 1
      docs/whatsnew-4.0.rst

+ 2 - 2
docs/includes/installation.txt

@@ -67,7 +67,7 @@ Transports and Backends
 :``celery[sqs]``:
     for using Amazon SQS as a message transport (*experimental*).
 
-:``celery[tblib``]
+:``celery[tblib]``:
     for using the :setting:`task_remote_tracebacks` feature.
 
 :``celery[memcache]``:
@@ -103,7 +103,7 @@ Transports and Backends
 :``celery[consul]``:
     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.
 
     You should probably not use this in your requirements, it's here

+ 1 - 1
docs/whatsnew-4.0.rst

@@ -376,7 +376,7 @@ lowercase and some setting names have been renamed for consistency.
 
 This change is fully backwards compatible so you can still use the uppercase
 setting names, but we would like you to upgrade as soon as possible and
-you can this automatically using the :program:`celery upgrade settings`
+you can do this automatically using the :program:`celery upgrade settings`
 command:
 
 .. code-block:: console