From 46fbe33eb19d2b0cffe3aff2cdeaf07ffbe34972 Mon Sep 17 00:00:00 2001 From: luisaFelixSalles Date: Tue, 19 Nov 2024 16:19:36 +0100 Subject: [PATCH] updates on the prints --- doc/source/user_guide/tutorials/mathematics/basic_maths.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/user_guide/tutorials/mathematics/basic_maths.rst b/doc/source/user_guide/tutorials/mathematics/basic_maths.rst index 6e947c5c72..f5e8ba7c6b 100644 --- a/doc/source/user_guide/tutorials/mathematics/basic_maths.rst +++ b/doc/source/user_guide/tutorials/mathematics/basic_maths.rst @@ -174,7 +174,7 @@ a) |add| and |add_fc| operators :hide-code: add_field = maths.add(fieldA=field1, fieldB=field2).eval() - print("Addition",add_field , "\n") + print("Addition Fields",add_field , "\n") - |add_fc|: Selects all fields with the same label space in the input |FieldsContainers| and add those together