Skip to content

Commit

Permalink
Remove dot for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
svekars authored Jan 28, 2025
1 parent 8adb7f3 commit eb89a8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions beginner_source/onnx/onnx_registry_tutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
# Before starting this tutorial, make sure you have completed the following prerequisites:
#
# * ``torch >= 2.6``
# * The target PyTorch operator.
# * The target PyTorch operator
# * Completed the
# `ONNX Script tutorial <https://github.com/microsoft/onnxscript/blob/main/docs/tutorial/index.md>`_
# before proceeding.
# * The implementation of the operator using `ONNX Script <https://github.com/microsoft/onnxscript>`__.
# before proceeding
# * The implementation of the operator using `ONNX Script <https://github.com/microsoft/onnxscript>`__
#
# Overriding the implementation of an existing PyTorch operator
# -------------------------------------------------------------
Expand Down

0 comments on commit eb89a8a

Please sign in to comment.