瀏覽代碼

Fixes rst ref typo

Ask Solem 13 年之前
父節點
當前提交
b5a736d369
共有 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.
 in the event of system trobule.
 
 
 You can tell your Celery instance to use a configuration module,
 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_obj` method:
 
 
 .. code-block:: python
 .. code-block:: python