Skip to content

Commit c0e9be0

Browse files
authored
minor fix to render failure in depcrecation warning (#3471)
1 parent 9468926 commit c0e9be0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

advanced_source/cpp_export.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
.. warning::
22
TorchScript is deprecated, please use
3-
`torch.export<https://docs.pytorch.org/tutorials/intermediate/torch_export_tutorial.html>`_ instead.
3+
`torch.export <https://docs.pytorch.org/tutorials/intermediate/torch_export_tutorial.html>`__ instead.

advanced_source/torch_script_custom_ops.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
44
.. warning::
55
TorchScript is deprecated, please use
6-
`torch.export<https://docs.pytorch.org/tutorials/intermediate/torch_export_tutorial.html>`_ instead.
6+
`torch.export <https://docs.pytorch.org/tutorials/intermediate/torch_export_tutorial.html>`__ instead.

0 commit comments

Comments
 (0)