소스 검색

Add missing : at end of :class:

Ask Solem 16 년 전
부모
커밋
57b9ef8cb9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      celery/worker.py

+ 1 - 1
celery/worker.py

@@ -210,7 +210,7 @@ class TaskDaemon(object):
     def fetch_next_task(self):
         """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.
 
         :rtype: :class:`TaskWrapper` instance.