Skip to content

Commit 658b28b

Browse files
Fix super tee example docs
1 parent d75c83c commit 658b28b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sectionproperties/pre/library/bridge_sections.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def super_t_girder_section(
2525
different material properties::
2626
2727
import sectionproperties.pre.library.bridge_sections as bridge_sections
28-
import sectionproperties.pre.library.standard_sections as standard_sections
28+
import sectionproperties.pre.library.primitive_sections as primitive_sections
2929
from sectionproperties.pre.pre import Material
3030
from sectionproperties.analysis.section import Section
3131
@@ -49,7 +49,7 @@ def super_t_girder_section(
4949
)
5050
5151
super_t = bridge_sections.super_t_girder_section(girder_type=5, w=w, material=precast)
52-
slab = standard_sections.rectangular_section(
52+
slab = primitive_sections.rectangular_section(
5353
d=Dslab, b=w, material=insitu
5454
).shift_section(-w / 2, t_f)
5555

0 commit comments

Comments
 (0)