Quellcode durchsuchen

Add missing : at end of :class:

Ask Solem vor 16 Jahren
Ursprung
Commit
57b9ef8cb9
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      celery/worker.py

+ 1 - 1
celery/worker.py

@@ -210,7 +210,7 @@ class TaskDaemon(object):
     def fetch_next_task(self):
     def fetch_next_task(self):
         """Fetch the next task from the AMQP broker.
         """Fetch the next task from the AMQP broker.
        
        
-        Raises :class`EmptyQueue` exception if there is no messages
+        Raises :class:`EmptyQueue` exception if there is no messages
         waiting on the queue.
         waiting on the queue.
 
 
         :rtype: :class:`TaskWrapper` instance.
         :rtype: :class:`TaskWrapper` instance.