Skip to content

Commit 88036f4

Browse files
Fixed typo (#2235)
1 parent d3358f0 commit 88036f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/00-basic/02-basic_field_containers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
min_max_op = dpf.operators.min_max.min_max(field)
102102
print(min_max_op.outputs.field_max().data)
103103

104-
# Out of conveience, you can simply take the max of the field with:
104+
# Out of convenience, you can simply take the max of the field with:
105105
print(field.max().data)
106106

107107
# The above yields a result identical to:

0 commit comments

Comments
 (0)