Skip to content

Commit b14120e

Browse files
authored
Small editorial fix.
1 parent c05e8ec commit b14120e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

beginner_source/onnx/onnx_registry_tutorial.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,9 @@ def custom_aten_gelu(input_x, approximate: str = "none"):
233233
# Let's inspect the model and verify the model uses op_type ``Gelu``
234234
# from namespace ``com.microsoft``.
235235
#
236-
# Note that :func:`custom_aten_gelu` does not exist in the graph, because
237-
# the funtions with less than 3 operators are inlined automatically.
236+
# .. note::
237+
# :func:`custom_aten_gelu` does not exist in the graph because
238+
# functions with fewer than three operators are inlined automatically.
238239
#
239240

240241
# graph node domain is the custom domain we registered

0 commit comments

Comments
 (0)