From 10f0485719d6e7e4479df9ad68053352f081a1c9 Mon Sep 17 00:00:00 2001 From: Thijs Schreijer Date: Thu, 5 Mar 2015 17:23:02 +0100 Subject: [PATCH] fixed doc error --- doc/us/reference.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/doc/us/reference.html b/doc/us/reference.html index 09bb770..5203a65 100644 --- a/doc/us/reference.html +++ b/doc/us/reference.html @@ -87,10 +87,7 @@

Reference

copas.finished()
Checks whether anything remains to be done.
Returns false when the sockets lists for reading and writing - are empty and there is no other (sleeping) task to execute. Calling - copas.step(timeout) when copas.finished() == true - will lock the system for the timeout period, or never return at all if no - timeout is provided. + are empty and there is no other (sleeping) task to execute.
copas.loop(timeout)