Skip to content

Commit 689b84d

Browse files
committed
Fixes CI
1 parent db08d31 commit 689b84d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/types.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ You might face recursion problems with it:
4747
>>> Fold.loop(items, Reader.from_value(0), lambda x: lambda y: x + y)(...)
4848
Traceback (most recent call last):
4949
...
50-
RecursionError: maximum recursion depth exceeded in comparison
50+
RecursionError: ...
5151
5252
So, let's change how it works for this specific type:
5353

0 commit comments

Comments
 (0)