Skip to content

Commit 8e99500

Browse files
authored
Merge pull request #466 from The-Compiler/fix-backends
Fix typos/omissions in backend lists
2 parents 46993d4 + 8192659 commit 8e99500

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ If not, pytest-qt will try to import and use the Qt APIs, in this order:
8888
- ``PyQt5``
8989

9090
To force a particular API, set the configuration variable ``qt_api`` in your ``pytest.ini`` file to
91-
``pyqt5``, ``pyside2``, or ``pyqt6``:
91+
``pyside6``, ``pyside2``, ``pyqt6`` or ``pyqt5``:
9292

9393
.. code-block:: ini
9494

docs/intro.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ this order:
8686
- ``PyQt5``
8787

8888
To force a particular API, set the configuration variable ``qt_api`` in your ``pytest.ini`` file to
89-
``pyqt6``, ``pyside2``, ``pyqt6`` or ```pyqt5``:
89+
``pyside6``, ``pyside2``, ``pyqt6`` or ``pyqt5``:
9090

9191
.. code-block:: ini
9292

0 commit comments

Comments
 (0)