Skip to content

Commit 7dd2c9e

Browse files
committed
fix code indent
1 parent 2db9c66 commit 7dd2c9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapter02-quickstart/chapter2: PyTorch快速入门.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
}
4141
],
4242
"source": [
43-
" from __future__ import print_function\n",
43+
"from __future__ import print_function\n",
4444
"import torch as t\n",
4545
"t.__version__"
4646
]

0 commit comments

Comments
 (0)