a small typo (#5)

Just a small typo on a variable name.
This commit is contained in:
Ibrahim H
2023-05-05 17:59:05 +01:00
committed by GitHub
parent d99cedaea1
commit 9e83c5909c

View File

@@ -141,5 +141,5 @@ def _blender_binary_path() -> str:
raise EnvironmentError(
"To render 3D models, install Blender version 3.3.1 or higher and "
"set the environment variable `BLENDER_PATH' to the path of the Blender executable."
"set the environment variable `BLENDER_PATH` to the path of the Blender executable."
)