Skip to content

Commit eb89a8a

Browse files
authored
Remove dot for consistency
1 parent 8adb7f3 commit eb89a8a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

beginner_source/onnx/onnx_registry_tutorial.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
3737
# Before starting this tutorial, make sure you have completed the following prerequisites:
3838
#
3939
# * ``torch >= 2.6``
40-
# * The target PyTorch operator.
40+
# * The target PyTorch operator
4141
# * Completed the
4242
# `ONNX Script tutorial <https://github.com/microsoft/onnxscript/blob/main/docs/tutorial/index.md>`_
43-
# before proceeding.
44-
# * The implementation of the operator using `ONNX Script <https://github.com/microsoft/onnxscript>`__.
43+
# before proceeding
44+
# * The implementation of the operator using `ONNX Script <https://github.com/microsoft/onnxscript>`__
4545
#
4646
# Overriding the implementation of an existing PyTorch operator
4747
# -------------------------------------------------------------

0 commit comments

Comments
 (0)