Преглед изворни кода

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

Ask Solem пре 13 година
родитељ
комит
f2efc41194
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      docs/userguide/application.rst

+ 1 - 1
docs/userguide/application.rst

@@ -374,7 +374,7 @@ chain breaks::
     created.
 
     For example, in the beginning it was possible to use any callable as
-    a task::
+    a task:
 
     .. code-block:: python