anh 12 years ago
parent
commit
c3951ad236
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/getting-started/next-steps.rst

+ 1 - 1
docs/getting-started/next-steps.rst

@@ -204,7 +204,7 @@ is the name of the module, and the attribute name comes last.
 If a package name is specified instead it will automatically
 try to find a ``celery`` module in that package, and if the name
 is a module it will try to find a ``celery`` attribute in that module.
-This means that these are all equal:
+This means that these are all equal::
 
     $ celery --app=proj
     $ celery --app=proj.celery: