Skip to content

Commit 006be31

Browse files
committed
update docstring
1 parent 15c0145 commit 006be31

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

unpythonic/llist.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,7 @@ def walker(cell):
153153
class JackOfAllTradesIterator(ConsIterator):
154154
"""Iterator that supports both binary trees and linked lists.
155155
156-
An optimized tail call is used to descend into the cdr half, so this supports
157-
also long linked lists.
156+
An optimized tail call is used to descend into the cdr half.
158157
159158
**CAUTION**: *jack of all trades*, because:
160159

0 commit comments

Comments
 (0)