Skip to content

Commit 79a0b59

Browse files
committed
Add type for IEEEContext argument
1 parent f8c54c2 commit 79a0b59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/_decimal.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ else:
6565
def localcontext(ctx: Context | None = None) -> _ContextManager: ...
6666

6767
if sys.version_info >= (3, 14):
68-
def IEEEContext(bits, /) -> Context: ...
68+
def IEEEContext(bits: int, /) -> Context: ...
6969

7070
DefaultContext: Context
7171
BasicContext: Context

0 commit comments

Comments
 (0)