Skip to content

Commit 08e748f

Browse files
committed
Fixed a typo in word eliminate
1 parent ca58e6d commit 08e748f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/07_experiments.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"\n",
2020
"All of these approaches work well and it really is a matter of judgement on what you prefer. One downside of a python `dict` and a custom class is that they are both mutable (although a class can have custom properties where users can only access 'viewable' attributes). A dataclass can easily be made immutable and requires less code than a custom class, but has the downside that its syntax is a little less pythonic. Here we will build a parameter class called `Experiment`. \n",
2121
"\n",
22-
"> ☺️ We will also use this re-organisation of code to elimiate our global variables!"
22+
"> ☺️ We will also use this re-organisation of code to eliminate our global variables!"
2323
]
2424
},
2525
{

0 commit comments

Comments
 (0)