From e6dfd05055ae9c28f4a081ca127683e3d417752c Mon Sep 17 00:00:00 2001 From: jvonrick Date: Tue, 9 Jan 2024 11:51:41 +0100 Subject: [PATCH] Fix intendation. --- examples/006_filter_composite_data_example.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/006_filter_composite_data_example.py b/examples/006_filter_composite_data_example.py index fe83023f7..a71696e07 100644 --- a/examples/006_filter_composite_data_example.py +++ b/examples/006_filter_composite_data_example.py @@ -75,7 +75,7 @@ # This example selects the maximum value over all spots for each node and then requests # the elemental location, which implies averaging over all nodes in an element. # Using the :func:`.get_ply_wise_data` function has the advantage that all the averaging -# and filtering is done on the server side. +# and filtering is done on the server side. if version_equal_or_later(server, "8.0"): elemental_max = get_ply_wise_data( field=stress_field,