Browse Source

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

Ask Solem 13 years ago
parent
commit
985b8a94de
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/internals/app-overview.rst

+ 1 - 1
docs/internals/app-overview.rst

@@ -18,7 +18,7 @@ Creating a Celery instance::
     >>> from celery import Celery
     >>> celery = Celery()
     >>> celery.config_from_object("celeryconfig")
-    >>> celery.config.from_envvar("CELERY_CONFIG_MODULE")
+    >>> celery.config_from_envvar("CELERY_CONFIG_MODULE")
 
 
 Creating tasks: