Skip to content

Commit

Permalink
[DATALAD RUNCMD] Do interactive fixing of some ambigous typos
Browse files Browse the repository at this point in the history
=== Do not change lines below ===
{
 "chain": [],
 "cmd": "codespell -w -i 3 -C 2",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
  • Loading branch information
yarikoptic committed Aug 17, 2023
1 parent fa54a70 commit 1df533e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion tutorials/Bonus_Autoencoders/Bonus_Tutorial1.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@
" plot title\n",
"\n",
" xy_labels (list)\n",
" optional lsit with [xlabel, ylabel]\n",
" optional list with [xlabel, ylabel]\n",
"\n",
" Returns:\n",
" Nothing.\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@
" plot title\n",
"\n",
" xy_labels (list)\n",
" optional lsit with [xlabel, ylabel]\n",
" optional list with [xlabel, ylabel]\n",
"\n",
" Returns:\n",
" Nothing.\n",
Expand Down
2 changes: 1 addition & 1 deletion tutorials/Bonus_Autoencoders/student/Bonus_Tutorial1.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@
" plot title\n",
"\n",
" xy_labels (list)\n",
" optional lsit with [xlabel, ylabel]\n",
" optional list with [xlabel, ylabel]\n",
"\n",
" Returns:\n",
" Nothing.\n",
Expand Down
2 changes: 1 addition & 1 deletion tutorials/W3D1_BayesianDecisions/W3D1_Tutorial2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2484,7 +2484,7 @@
"\n",
"2) The means control only the location! The variances determine the spread in X and Y. The\n",
" correlation is the only factor that controls the degree of the 'rotation', where we can think\n",
" about the correlation as forcing the distribution to be more along one of the diagonals or ther\n",
" about the correlation as forcing the distribution to be more along one of the diagonals or the\n",
" other.\n",
"\n",
"3) We would need to marginalize! We will do this next.\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2484,7 +2484,7 @@
"\n",
"2) The means control only the location! The variances determine the spread in X and Y. The\n",
" correlation is the only factor that controls the degree of the 'rotation', where we can think\n",
" about the correlation as forcing the distribution to be more along one of the diagonals or ther\n",
" about the correlation as forcing the distribution to be more along one of the diagonals or the\n",
" other.\n",
"\n",
"3) We would need to marginalize! We will do this next.\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
2) The means control only the location! The variances determine the spread in X and Y. The
correlation is the only factor that controls the degree of the 'rotation', where we can think
about the correlation as forcing the distribution to be more along one of the diagonals or ther
about the correlation as forcing the distribution to be more along one of the diagonals or the
other.
3) We would need to marginalize! We will do this next.
Expand Down

0 comments on commit 1df533e

Please sign in to comment.