Skip to content

Commit b47ea87

Browse files
committed
small tutorial adjustments
fixes #1.
1 parent 760b4cc commit b47ea87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: docs/index.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
pytest-qt
99
=========
1010

11-
:Author: Bruno Oliveira
1211
:Repository: `GitHub <https://github.com/nicoddemus/pytest-qt>`_
1312
:Version: |version|
1413
:License: `LGPL <http://www.gnu.org/licenses/lgpl-3.0.txt>`_
14+
:Author: Bruno Oliveira
1515

1616

1717
Introduction
@@ -34,7 +34,7 @@ This will automatically register it for usage in ``py.test``.
3434
Quick Tutorial
3535
==============
3636

37-
``pytest-qt`` registers a new fixture_ named ``qtbot``. This fixture acts as *bot* in the sense
37+
``pytest-qt`` registers a new fixture_ named ``qtbot``, which acts as *bot* in the sense
3838
that it can send keyboard and mouse events to any widgets being tested. This way, the programmer
3939
can simulate user interaction while checking if GUI controls are behaving in the expected manner.
4040

0 commit comments

Comments
 (0)