소스 검색

Corrects function name

Mher Movsisyan 12 년 전
부모
커밋
378a39647f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/getting-started/first-steps-with-celery.rst

+ 1 - 1
docs/getting-started/first-steps-with-celery.rst

@@ -285,7 +285,7 @@ you can also imagine your sysadmin making simple changes to the configuration
 in the event of system trobule.
 
 You can tell your Celery instance to use a configuration module,
-by calling the :meth:`~@Celery.config_from_obj` method:
+by calling the :meth:`~@Celery.config_from_object` method:
 
 .. code-block:: python