Bladeren bron

Fixes typo

Ask Solem 13 jaren geleden
bovenliggende
commit
616b2148de
1 gewijzigde bestanden met toevoegingen van 3 en 2 verwijderingen
  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,
         Sometimes it makes sense to have a class mask as a function,
         and there is precedence for this in the stdlib (e.g.
         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):
 - Factory functions and methods must be CamelCase (excluding verbs):