浏览代码

Fixed some typos in app-overview.rst

Ask Solem 14 年之前
父节点
当前提交
fc0cb278f6
共有 2 个文件被更改,包括 3 次插入2 次删除
  1. 2 2
      docs/internals/app-overview.rst
  2. 1 0
      docs/internals/index.rst

+ 2 - 2
docs/internals/app-overview.rst

@@ -53,7 +53,7 @@ Starting a worker:
 
     worker = celery.Worker(loglevel="INFO")
 
-Getting access to the configuration::
+Getting access to the configuration:
 
 .. code-block:: python
 
@@ -61,7 +61,7 @@ Getting access to the configuration::
     celery.conf["CELERY_ALWAYS_EAGER"] = True
 
 
-Controlling workerse
+Controlling workers::
 
     >>> celery.control.inspect().active()
     >>> celery.control.rate_limit(add.name, "100/m")

+ 1 - 0
docs/internals/index.rst

@@ -13,4 +13,5 @@
     protocol
     events
     moduleindex
+    app-overview
     reference/index