We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e6af84 commit c4bf27bCopy full SHA for c4bf27b
stdlib/2/builtins.pyi
@@ -29,7 +29,7 @@ class object:
29
__doc__ = ... # type: Optional[str]
30
__class__ = ... # type: type
31
__dict__ = ... # type: Dict[str, Any]
32
- __slots__ = ... # type: Optional[Union[str, unicode, Iterable[Union[str, unicode]]]]
+ __slots__ = ... # type: Union[str, unicode, Iterable[Union[str, unicode]]]
33
__module__ = ... # type: str
34
35
def __init__(self) -> None: ...
0 commit comments