File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ Adding configuration
59
59
~~~~~~~~~~~~~~~~~~~~
60
60
61
61
But, later you decide to make the game more fun:
62
- let's make the minimal accoutable letters threshold
62
+ let's make the minimal accountable letters threshold
63
63
configurable for an extra challenge.
64
64
65
65
You can just do it directly:
@@ -167,7 +167,7 @@ Let's see the final result:
167
167
168
168
.. code :: python
169
169
170
- from returns.context import RequiresContext, RequiresContext
170
+ from returns.context import RequiresContext
171
171
172
172
class _Deps (Protocol ): # we rely on abstractions, not direct values or types
173
173
WORD_THRESHOLD : int
@@ -631,7 +631,7 @@ Here's an example that might give you a better understanding of how
631
631
from returns.io import IOResultE
632
632
from returns.context import ReaderIOResultE
633
633
634
- @final
634
+
635
635
class _SyncPermissionsDeps (Protocol ):
636
636
fetch_metadata: Callable[[], IOResultE[' Metadata' ]]
637
637
get_user_permissions: Callable[[' Metadata' ], Dict[int , str ]] # pure
You can’t perform that action at this time.
0 commit comments