Skip to content

Commit 70ad56d

Browse files
committed
Small formatting fix
1 parent 1ee3fee commit 70ad56d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ pytest-qt is a [pytest](http://pytest.org) plugin that provides fixtures to help
44
programmers write tests for [PySide](https://pypi.python.org/pypi/PySide) and [PyQt](http://www.riverbankcomputing.com/software/pyqt)
55
applications.
66

7-
The main usage is to use the qtbot fixture, which provides methods to simulate user interaction, like key presses and mouse clicks:
7+
The main usage is to use the `qtbot` fixture, which provides methods to simulate user interaction, like key
8+
presses and mouse clicks:
89

910
```python
1011
def test_hello(qtbot):

0 commit comments

Comments
 (0)