We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2806d11 commit 2f79d2aCopy full SHA for 2f79d2a
doc/source/user_guide/tutorials/mathematics/basic_maths.rst
@@ -174,7 +174,7 @@ a) |add| and |add_fc| operators
174
:hide-code:
175
176
add_field = maths.add(fieldA=field1, fieldB=field2).eval()
177
- print("Addition",add_field , "\n")
+ print("Addition Fields",add_field , "\n")
178
179
- |add_fc|: Selects all fields with the same label space in the input |FieldsContainers| and add those together
180
0 commit comments