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
5959~~~~~~~~~~~~~~~~~~~~
6060
6161But, 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
6363configurable for an extra challenge.
6464
6565You can just do it directly:
@@ -167,7 +167,7 @@ Let's see the final result:
167167
168168.. code :: python
169169
170- from returns.context import RequiresContext, RequiresContext
170+ from returns.context import RequiresContext
171171
172172 class _Deps (Protocol ): # we rely on abstractions, not direct values or types
173173 WORD_THRESHOLD : int
@@ -631,7 +631,7 @@ Here's an example that might give you a better understanding of how
631631 from returns.io import IOResultE
632632 from returns.context import ReaderIOResultE
633633
634- @final
634+
635635 class _SyncPermissionsDeps (Protocol ):
636636 fetch_metadata: Callable[[], IOResultE[' Metadata' ]]
637637 get_user_permissions: Callable[[' Metadata' ], Dict[int , str ]] # pure
You can’t perform that action at this time.
0 commit comments