Skip to content

Commit aec056c

Browse files
committed
Fixing broken link.
1 parent e987b61 commit aec056c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ def wrapper(*args, **kwargs):
191191
"show_signature": False,
192192
"first_notebook_cell": (
193193
"# For tips on running notebooks in Google Colab, see\n"
194-
"# https://docs.pytorch.org/tutorials/beginner/colab\n"
194+
"# https://docs.pytorch.org/tutorials/beginner/colab"
195195
"%matplotlib inline"
196196
),
197197
"ignore_pattern": r"_torch_export_nightly_tutorial.py",

0 commit comments

Comments
 (0)