Skip to content

Commit

Permalink
Merge pull request #253 from RobClaessensRHDHV/feature/structural_pro…
Browse files Browse the repository at this point in the history
…perty_bugfix

Typo fix in properties.py
  • Loading branch information
gjedlicska authored Jan 16, 2023
2 parents 1fb9a4f + 7e1bec1 commit e842f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/specklepy/objects/structural/properties.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit e842f65

Please sign in to comment.