From 7e1bec1aba616a85f579a223dcc4d27418dd00ec Mon Sep 17 00:00:00 2001 From: 908599 Date: Mon, 16 Jan 2023 11:39:41 +0100 Subject: [PATCH] Typo fix in properties.py --- src/specklepy/objects/structural/properties.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/specklepy/objects/structural/properties.py b/src/specklepy/objects/structural/properties.py index 24021636..91ba5dd4 100644 --- a/src/specklepy/objects/structural/properties.py +++ b/src/specklepy/objects/structural/properties.py @@ -5,7 +5,7 @@ from specklepy.objects.structural.axis import Axis from specklepy.objects.structural.materials import StructuralMaterial -STRUCTURAL_PROPERTY = "Objectives.Structural.Properties" +STRUCTURAL_PROPERTY = "Objects.Structural.Properties" class MemberType(int, Enum):