Skip to content

Commit

Permalink
wth
Browse files Browse the repository at this point in the history
  • Loading branch information
fiorix committed Jul 24, 2012
1 parent 0f23a34 commit 4e27d5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -275,7 +275,7 @@ Here is another example, ``delayed.py``::

def sleep(n):
d = defer.Deferred()
reactor.callLater(5, lambda: d.callback(None))
reactor.callLater(n, lambda: d.callback(None))
return d


Expand Down

0 comments on commit 4e27d5c

Please sign in to comment.