소스 검색

Add units to time_limit description.

So readers don't have to hunt for the units for this attribute.
Brian Peiris 11 년 전
부모
커밋
0e9b94af8a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/userguide/tasks.rst

+ 1 - 1
docs/userguide/tasks.rst

@@ -521,7 +521,7 @@ General
 
 .. attribute:: Task.time_limit
 
-    The hard time limit for this task.  If not set then the workers default
+    The hard time limit, in seconds, for this task.  If not set then the workers default
     will be used.
 
 .. attribute:: Task.soft_time_limit