Skip to content

Commit

Permalink
Fix itertools.tee (issue #24)
Browse files Browse the repository at this point in the history
  • Loading branch information
metawilm committed Sep 2, 2018
1 parent e2c4856 commit 0f47bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/itertools.lisp
Expand Up @@ -111,4 +111,4 @@
(unless (eq d deque)
(clpython.module._collections::deque.append d new-val)))
new-val))))))
(make-tuple-from-list (mapcar 'generator deques)))))))
(make-tuple-from-list (mapcar #'generator deques)))))))

0 comments on commit 0f47bf7

Please sign in to comment.