Skip to content

Commit

Permalink
Update QtCore.pyi
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky authored Jul 12, 2020
1 parent 7434702 commit 176b442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PyQt5-stubs/QtCore.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class pyqtSignal: # add methods


class pyqtBoundSignal:
signal = ... # type: 'str'
signal = ... # type: str

def emit(self, *args: typing.Any) -> None: ...

Expand Down

0 comments on commit 176b442

Please sign in to comment.