Skip to content

Commit 2503f2a

Browse files
Update doc/source/Resources/toolkit_installer_from_aedt.py
Co-authored-by: Maxime Rey <[email protected]>
1 parent c85050b commit 2503f2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/Resources/toolkit_installer_from_aedt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def run_pyinstaller_from_c_python(oDesktop, pyaedt_interpreter):
8181

8282
python_interpreter = os.getenv(pyaedt_enviroment_variable)
8383
if python_interpreter:
84-
oDesktop.AddMessage("", "", 0, "Using python environment defined with the environment variable PYAEDT_INTERPRETER.")
84+
oDesktop.AddMessage("", "", 0, "Using Python environment defined with the environment variable PYAEDT_INTERPRETER.")
8585
if os.path.exists(python_interpreter):
8686
oDesktop.AddMessage("", "", 2, "Python environment does not exist.")
8787
sys.exit()

0 commit comments

Comments
 (0)