Skip to content

Commit

Permalink
fixed doc error
Browse files Browse the repository at this point in the history
  • Loading branch information
Tieske committed Mar 5, 2015
1 parent e38972d commit 10f0485
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions doc/us/reference.html
Expand Up @@ -87,10 +87,7 @@ <h2>Reference</h2>
<dt><strong><code>copas.finished()</code></strong></dt>
<dd>Checks whether anything remains to be done.<br />
Returns <code>false</code> when the sockets lists for reading and writing
are empty and there is no other (sleeping) task to execute. Calling
<code>copas.step(timeout)</code> when <code>copas.finished() == true</code>
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.
</dd>

<dt><strong><code>copas.loop(timeout)</code></strong></dt>
Expand Down

0 comments on commit 10f0485

Please sign in to comment.