Browse Source

Fixes typo

Ask Solem 13 years ago
parent
commit
616b2148de
1 changed files with 3 additions and 2 deletions
  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):