Skip to content

Commit

Permalink
Fix error in docs example
Browse files Browse the repository at this point in the history
  • Loading branch information
jodal committed Jul 30, 2013
1 parent 0a4d381 commit e17071c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pykka/future.py
Expand Up @@ -247,7 +247,7 @@ def reduce(self, func, *args):
>>> f = pykka.ThreadingFuture()
>>> g = f.reduce(lambda x, y: x + y, 5)
>>> f.set([], 5)
>>> f.set([])
>>> g.get()
5
Expand Down

0 comments on commit e17071c

Please sign in to comment.