Browse Source

Fixed some typos in app-overview.rst

Ask Solem 14 năm trước cách đây
mục cha
commit
fc0cb278f6
2 tập tin đã thay đổi với 3 bổ sung2 xóa
  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