We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15c0145 commit 006be31Copy full SHA for 006be31
unpythonic/llist.py
@@ -153,8 +153,7 @@ def walker(cell):
153
class JackOfAllTradesIterator(ConsIterator):
154
"""Iterator that supports both binary trees and linked lists.
155
156
- An optimized tail call is used to descend into the cdr half, so this supports
157
- also long linked lists.
+ An optimized tail call is used to descend into the cdr half.
158
159
**CAUTION**: *jack of all trades*, because:
160
0 commit comments