Skip to content

Commit e3fef4a

Browse files
committed
NFC: fix typo
1 parent db6655d commit e3fef4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyomo/contrib/viewer/tests/test_qt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"""
2626
# The pytest-qt plugin can generate exceptions / core dumps when it is
2727
# run in a terminal (without an axtive X11 screen). Setting the
28-
# QT_QPA_PLATFORM environemnt variable *before* initializing Qt can work
28+
# QT_QPA_PLATFORM environment variable *before* initializing Qt can work
2929
# around this error (see https://stackoverflow.com/a/74719383):
3030
import os
3131

0 commit comments

Comments
 (0)