Skip to content

Commit cd1c3e4

Browse files
committed
Fixed docs for QtBot
1 parent f5c6172 commit cd1c3e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ And that's it for this quick tutorial!
122122
QtBot
123123
=====
124124

125-
.. module:: pytestqt.conftest
125+
.. module:: pytestqt.plugin
126126
.. autoclass:: QtBot
127127

128128
Versioning

pytestqt/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ def stopForInteraction(self):
156156
Closing the windows should resume the test run, with ``qtbot`` attempting to restore visibility
157157
of the widgets as they were before this call.
158158
159-
.. note:: as a convenience, `stop` and `stopForInteraction` are aliases.
159+
.. note:: As a convenience, it is aliased as `stop`.
160160
'''
161161
widget_visibility = [widget.isVisible() for widget in self._widgets]
162162

0 commit comments

Comments
 (0)