Skip to content

Commit a2e194d

Browse files
authored
docs: Fix typos (#1124)
ref: @Final: python/mypy#8316
1 parent 6789256 commit a2e194d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/pages/context.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Adding configuration
5959
~~~~~~~~~~~~~~~~~~~~
6060

6161
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
6363
configurable for an extra challenge.
6464

6565
You 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

0 commit comments

Comments
 (0)