Skip to content

Commit 4795ae2

Browse files
authored
Merge pull request #1116 from ScalarJerk/main
Fixed typo
2 parents 6aa8b4c + 3a78fb6 commit 4795ae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/00_pytorch_fundamentals.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1168,7 +1168,7 @@
11681168
"\n",
11691169
"These operations are often a wonderful dance between:\n",
11701170
"* Addition\n",
1171-
"* Substraction\n",
1171+
"* Subtraction\n",
11721172
"* Multiplication (element-wise)\n",
11731173
"* Division\n",
11741174
"* Matrix multiplication\n",

0 commit comments

Comments
 (0)