Explorar el Código

Fixed some typos in app-overview.rst

Ask Solem hace 14 años
padre
commit
fc0cb278f6
Se han modificado 2 ficheros con 3 adiciones y 2 borrados
  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