Skip to content

Commit 971d2c3

Browse files
jpy-gitAlexWaygood
andauthored
Update stdlib/builtins.pyi
Co-authored-by: Alex Waygood <[email protected]>
1 parent 552cb40 commit 971d2c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/builtins.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -778,7 +778,7 @@ class function:
778778
__annotations__: dict[str, Any]
779779
__kwdefaults__: dict[str, Any]
780780
__module__: str
781-
def __get__(self, obj: object | None, type: type | None) -> MethodType: ...
781+
def __get__(self, obj: object | None, type: type | None = ...) -> MethodType: ...
782782

783783
class list(MutableSequence[_T], Generic[_T]):
784784
@overload

0 commit comments

Comments
 (0)