From 1df533ee23c28d24f5d23157d1ec14017091f677 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Wed, 16 Aug 2023 20:27:55 -0400 Subject: [PATCH] [DATALAD RUNCMD] Do interactive fixing of some ambigous typos === 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 ^^^ --- tutorials/Bonus_Autoencoders/Bonus_Tutorial1.ipynb | 2 +- tutorials/Bonus_Autoencoders/instructor/Bonus_Tutorial1.ipynb | 2 +- tutorials/Bonus_Autoencoders/student/Bonus_Tutorial1.ipynb | 2 +- tutorials/W3D1_BayesianDecisions/W3D1_Tutorial2.ipynb | 2 +- .../W3D1_BayesianDecisions/instructor/W3D1_Tutorial2.ipynb | 2 +- .../solutions/W3D1_Tutorial2_Solution_d3ebaeed.py | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tutorials/Bonus_Autoencoders/Bonus_Tutorial1.ipynb b/tutorials/Bonus_Autoencoders/Bonus_Tutorial1.ipynb index dac20fe1f0..7be32b6d8b 100644 --- a/tutorials/Bonus_Autoencoders/Bonus_Tutorial1.ipynb +++ b/tutorials/Bonus_Autoencoders/Bonus_Tutorial1.ipynb @@ -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", diff --git a/tutorials/Bonus_Autoencoders/instructor/Bonus_Tutorial1.ipynb b/tutorials/Bonus_Autoencoders/instructor/Bonus_Tutorial1.ipynb index 9cf1b16ccb..f6deee7c57 100644 --- a/tutorials/Bonus_Autoencoders/instructor/Bonus_Tutorial1.ipynb +++ b/tutorials/Bonus_Autoencoders/instructor/Bonus_Tutorial1.ipynb @@ -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", diff --git a/tutorials/Bonus_Autoencoders/student/Bonus_Tutorial1.ipynb b/tutorials/Bonus_Autoencoders/student/Bonus_Tutorial1.ipynb index 623a40f17b..e1a8f885e1 100644 --- a/tutorials/Bonus_Autoencoders/student/Bonus_Tutorial1.ipynb +++ b/tutorials/Bonus_Autoencoders/student/Bonus_Tutorial1.ipynb @@ -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", diff --git a/tutorials/W3D1_BayesianDecisions/W3D1_Tutorial2.ipynb b/tutorials/W3D1_BayesianDecisions/W3D1_Tutorial2.ipynb index 1699f6d833..705a9e591b 100644 --- a/tutorials/W3D1_BayesianDecisions/W3D1_Tutorial2.ipynb +++ b/tutorials/W3D1_BayesianDecisions/W3D1_Tutorial2.ipynb @@ -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", diff --git a/tutorials/W3D1_BayesianDecisions/instructor/W3D1_Tutorial2.ipynb b/tutorials/W3D1_BayesianDecisions/instructor/W3D1_Tutorial2.ipynb index 0349b24089..2bed6ee1bc 100644 --- a/tutorials/W3D1_BayesianDecisions/instructor/W3D1_Tutorial2.ipynb +++ b/tutorials/W3D1_BayesianDecisions/instructor/W3D1_Tutorial2.ipynb @@ -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", diff --git a/tutorials/W3D1_BayesianDecisions/solutions/W3D1_Tutorial2_Solution_d3ebaeed.py b/tutorials/W3D1_BayesianDecisions/solutions/W3D1_Tutorial2_Solution_d3ebaeed.py index 86c186ce6f..2b38931b2f 100644 --- a/tutorials/W3D1_BayesianDecisions/solutions/W3D1_Tutorial2_Solution_d3ebaeed.py +++ b/tutorials/W3D1_BayesianDecisions/solutions/W3D1_Tutorial2_Solution_d3ebaeed.py @@ -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.