浏览代码

Fixes typo

Ask Solem 13 年之前
父节点
当前提交
616b2148de
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      docs/internals/guide.rst

+ 3 - 2
docs/internals/guide.rst

@@ -54,8 +54,9 @@ Naming
 
         Sometimes it makes sense to have a class mask as a function,
         and there is precedence for this in the stdlib (e.g.
-        ``contextmanager``).  Celery examples include the task decorator,
-        ``subtask``, ``chord``, ``inspect``, and ``promise``.
+        :class:`~contextlib.contextmanager`).  Celery examples include
+        :class:`~celery.task.sets.subtask`, :class:`~celery.task.chords.chord`,
+        ``inspect``, :class:`~kombu.utils.functional.promise` and more..
 
 - Factory functions and methods must be CamelCase (excluding verbs):