We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3358f0 commit 88036f4Copy full SHA for 88036f4
examples/00-basic/02-basic_field_containers.py
@@ -101,7 +101,7 @@
101
min_max_op = dpf.operators.min_max.min_max(field)
102
print(min_max_op.outputs.field_max().data)
103
104
-# Out of conveience, you can simply take the max of the field with:
+# Out of convenience, you can simply take the max of the field with:
105
print(field.max().data)
106
107
# The above yields a result identical to:
0 commit comments