Browse Source

Add units to time_limit description.

So readers don't have to hunt for the units for this attribute.
Brian Peiris 11 years ago
parent
commit
0e9b94af8a
1 changed files with 1 additions and 1 deletions
  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