Fix spelling

Co-authored-by: Florian Bruhin <me@the-compiler.org>
This commit is contained in:
Philipp Albrecht 2021-11-12 06:47:48 +01:00 committed by GitHub
parent 8bb782332f
commit a697e25094
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ def pytest_addoption(parser):
def pytest_configure(config):
try:
# Try to use QtWebkit as the default backend
# Try to use QtWebKit as the default backend
import PyQt5.QtWebKitWidgets
config.backend = 'webkit'
except ImportError: