浏览代码

Fixes typo

Ask Solem 13 年之前
父节点
当前提交
7662cf082e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/getting-started/first-steps-with-celery.rst

+ 1 - 1
docs/getting-started/first-steps-with-celery.rst

@@ -72,7 +72,7 @@ Let's create the file :file:`tasks.py`:
         celery.start()
         celery.start()
 
 
 The first argument to :class:`Celery` is the name of the current module,
 The first argument to :class:`Celery` is the name of the current module,
-this is needed to that names can be automatically generated, the second
+this is needed so that names can be automatically generated, the second
 argument is the broker keyword argument which specifies the URL of the
 argument is the broker keyword argument which specifies the URL of the
 message broker we want to use.
 message broker we want to use.