Skip to content

Commit 6749b1b

Browse files
Fix docs typo
1 parent 2dbbff0 commit 6749b1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sectionproperties/analysis/cross_section.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class CrossSection:
9191
:cvar materials: List of materials
9292
:type materials: list[:class:`~sectionproperties.pre.pre.Material`]
9393
:cvar material_groups: List of objects containing the elements in each defined material
94-
:type materials_groups: list[:class:`~sectionproperties.pre.pre.MaterialGroup`]
94+
:type material_groups: list[:class:`~sectionproperties.pre.pre.MaterialGroup`]
9595
:cvar section_props: Class to store calculated section properties
9696
:vartype section_props: :class:`~sectionproperties.analysis.cross_section.SectionProperties`
9797

0 commit comments

Comments
 (0)