浏览代码

Missing parenthesis

Julien Deniau 12 年之前
父节点
当前提交
eb3c70b10d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/userguide/monitoring.rst

+ 1 - 1
docs/userguide/monitoring.rst

@@ -558,7 +558,7 @@ Combining these you can easily process events in real-time:
 
             print('Workers online: %r' % ', '.join(
                 worker for worker in state.workers if worker.alive
-            )
+            ))
 
         with app.connection() as connection:
             recv = app.events.Receiver(connection, handlers={'*': on_event})