Skip to content

Commit 2f79d2a

Browse files
updates on the prints
1 parent 2806d11 commit 2f79d2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/user_guide/tutorials/mathematics/basic_maths.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ a) |add| and |add_fc| operators
174174
:hide-code:
175175

176176
add_field = maths.add(fieldA=field1, fieldB=field2).eval()
177-
print("Addition",add_field , "\n")
177+
print("Addition Fields",add_field , "\n")
178178

179179
- |add_fc|: Selects all fields with the same label space in the input |FieldsContainers| and add those together
180180

0 commit comments

Comments
 (0)