We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa6cd8e commit be38f4cCopy full SHA for be38f4c
src/trio/_core/_ki.py
@@ -230,7 +230,7 @@ def enable_ki_protection(f: _T_supports_code, /) -> _T_supports_code:
230
231
232
def disable_ki_protection(f: _T_supports_code, /) -> _T_supports_code:
233
- """Dectorator to disable KI protection."""
+ """Decorator to disable KI protection."""
234
orig = f
235
236
if legacy_isasyncgenfunction(f):
0 commit comments