Browse Source

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

Ask Solem 12 years ago
parent
commit
f2efc41194
1 changed files with 1 additions and 1 deletions
  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