From 576a206d5bc5684a7711aa818df649ee68b655ff Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Thu, 17 Apr 2025 17:22:24 +0500 Subject: [PATCH] Fix typo --- src/bonsai/bonsai/bim/module/project/prop.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bonsai/bonsai/bim/module/project/prop.py b/src/bonsai/bonsai/bim/module/project/prop.py index 51118f8ae0..71acc576bd 100644 --- a/src/bonsai/bonsai/bim/module/project/prop.py +++ b/src/bonsai/bonsai/bim/module/project/prop.py @@ -372,7 +372,7 @@ class BIMProjectProperties(PropertyGroup): items=get_template_file, name="Template File", description=( - "Template to use for a new project. All types from the template will be appended to a new project)." + "Template to use for a new project. All types from the template will be appended to a new project." ), )