Skip to content

Commit 234b46c

Browse files
hmaarrfkccordoba12
andauthored
Update qtpy/__init__.py
Co-authored-by: Carlos Cordoba <[email protected]>
1 parent b3c43a0 commit 234b46c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

qtpy/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,8 +281,8 @@ def __init__(self, *, missing_package=None, **superclass_kwargs):
281281

282282
if PYSIDE_VERSION == "6.8.0":
283283
print(
284-
"A known critical bug in PySide6 6.8.0 will cause your application to crash "
285-
"see https://github.com/spyder-ide/qtpy/issues/494",
284+
"A known critical bug in PySide6 6.8.0 will cause your application to crash. "
285+
"See https://github.com/spyder-ide/qtpy/issues/494",
286286
)
287287
from PySide6.QtCore import __version__ as QT_VERSION # analysis:ignore
288288

0 commit comments

Comments
 (0)