Browse Source

Fixes typos in docs for inspect stats total values. Closes #2730

Ask Solem 9 years ago
parent
commit
069d36db51
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/userguide/workers.rst

+ 2 - 2
docs/userguide/workers.rst

@@ -1132,8 +1132,8 @@ The output will include the following fields:
 
 - ``total``
 
-    List of task names and a total number of times that task have been
-    executed since worker start.
+    Map of task names and the total number of tasks with that type
+    the worker has accepted since startup.
 
 
 Additional Commands