We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dbbff0 commit 6749b1bCopy full SHA for 6749b1b
sectionproperties/analysis/cross_section.py
@@ -91,7 +91,7 @@ class CrossSection:
91
:cvar materials: List of materials
92
:type materials: list[:class:`~sectionproperties.pre.pre.Material`]
93
:cvar material_groups: List of objects containing the elements in each defined material
94
- :type materials_groups: list[:class:`~sectionproperties.pre.pre.MaterialGroup`]
+ :type material_groups: list[:class:`~sectionproperties.pre.pre.MaterialGroup`]
95
:cvar section_props: Class to store calculated section properties
96
:vartype section_props: :class:`~sectionproperties.analysis.cross_section.SectionProperties`
97
0 commit comments