From 98f9c502fa93cdfd7bf7f53998606fff810033c5 Mon Sep 17 00:00:00 2001 From: Nellie Shum <133802577+nshum4@users.noreply.github.com> Date: Fri, 13 Sep 2024 13:34:01 -0400 Subject: [PATCH] Update examples/014_cyclic_symmetry_example.py --- examples/014_cyclic_symmetry_example.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/014_cyclic_symmetry_example.py b/examples/014_cyclic_symmetry_example.py index fdfc9fbb7..10b850e37 100644 --- a/examples/014_cyclic_symmetry_example.py +++ b/examples/014_cyclic_symmetry_example.py @@ -77,7 +77,7 @@ # Plot ply-wise stresses # ~~~~~~~~~~~~~~~~~~~~~~ # All functions in PyDPF Composites can be used to -# post-process the original (first) sector. +# postprocess the initial (original) sector. rst_stream = composite_model.core_model.metadata.streams_provider stress_operator = dpf.operators.result.stress()