Skip to content

Commit 2c6f56c

Browse files
committed
Adding syntax highlighting to example
1 parent 8014f02 commit 2c6f56c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ applications.
66

77
The main usage is to use the qtbot fixture, which provides methods to simulate user interaction, like key presses and mouse clicks:
88

9-
```
9+
```python
1010
def test_hello(qtbot):
1111
widget = HelloWidget()
1212
qtbot.addWidget(widget)

0 commit comments

Comments
 (0)