From 99f56eddb54aa829c2c39b5206f504dc096709a4 Mon Sep 17 00:00:00 2001 From: Namgyal Brisson Date: Thu, 7 Sep 2023 18:39:33 +0400 Subject: [PATCH] Fix typo in QtWebEngineWidgets.py imports Fix a typo in the PySide 6 imports. --- qtpy/QtWebEngineWidgets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qtpy/QtWebEngineWidgets.py b/qtpy/QtWebEngineWidgets.py index f48c972f..a39885f3 100644 --- a/qtpy/QtWebEngineWidgets.py +++ b/qtpy/QtWebEngineWidgets.py @@ -64,7 +64,7 @@ from PySide6.QtWebEngineCore import ( QWebEnginePage, QWebEngineProfile, - QWebEngineScrip, + QWebEngineScript, QWebEngineSettings, ) from PySide6.QtWebEngineWidgets import *