瀏覽代碼

Fixes typo in examples

Mher Movsisyan 13 年之前
父節點
當前提交
99793dc62b
共有 1 個文件被更改,包括 1 次插入1 次删除
  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: