Skip to content

Commit

Permalink
Merge pull request #270 from k-dominik/patch-1
Browse files Browse the repository at this point in the history
correct typo
  • Loading branch information
nicoddemus committed Aug 13, 2019
2 parents d15703f + 6e018fa commit bc8d64c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytestqt/qtbot.py
Expand Up @@ -64,7 +64,7 @@ class QtBot(object):
.. staticmethod:: keyPress (widget, key[, modifier=Qt.NoModifier[, delay=-1]])
.. staticmethod:: keyRelease (widget, key[, modifier=Qt.NoModifier[, delay=-1]])
Sends one or more keyword events to a widget.
Sends one or more keyboard events to a widget.
:param QWidget widget: the widget that will receive the event
Expand Down

0 comments on commit bc8d64c

Please sign in to comment.