Explorar o código

Indent statement in docs function (#3910)

Michal Kuffa %!s(int64=8) %!d(string=hai) anos
pai
achega
d3c00e17c8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/userguide/workers.rst

+ 1 - 1
docs/userguide/workers.rst

@@ -1159,7 +1159,7 @@ for example one that reads the current prefetch count:
 
     @inspect_command
     def current_prefetch_count(state):
-    return {'prefetch_count': state.consumer.qos.value}
+        return {'prefetch_count': state.consumer.qos.value}
 
 
 After restarting the worker you can now query this value using the