Skip to content

Commit

Permalink
TravisCI: test failed doctest.
Browse files Browse the repository at this point in the history
  • Loading branch information
eriknw committed Apr 17, 2014
1 parent 8cb8226 commit e642d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cytoolz/itertoolz.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ cdef class remove:
>>> def iseven(x):
... return x % 2 == 0
>>> list(remove(iseven, [1, 2, 3, 4]))
[1, 3]
[2, 3]
"""
def __cinit__(self, object predicate, object seq):
self.predicate = predicate
Expand Down

0 comments on commit e642d11

Please sign in to comment.