Skip to content

Commit be38f4c

Browse files
graingertA5rocks
andauthored
Update src/trio/_core/_ki.py
Co-authored-by: EXPLOSION <[email protected]>
1 parent fa6cd8e commit be38f4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/trio/_core/_ki.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ def enable_ki_protection(f: _T_supports_code, /) -> _T_supports_code:
230230

231231

232232
def disable_ki_protection(f: _T_supports_code, /) -> _T_supports_code:
233-
"""Dectorator to disable KI protection."""
233+
"""Decorator to disable KI protection."""
234234
orig = f
235235

236236
if legacy_isasyncgenfunction(f):

0 commit comments

Comments
 (0)