Skip to content

Commit cc6dad4

Browse files
committed
Fixed a typo in pseudo
1 parent 8bdc759 commit cc6dad4

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

content/07_experiments.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@
217217
" An Experiment:\n",
218218
" 1. Contains a list of parameters that can be left as defaults or varied\n",
219219
" 2. Provides a place for the experimentor to record results of a run \n",
220-
" 3. Controls the set & streams of psuedo random numbers used in a run.\n",
220+
" 3. Controls the set & streams of pseudo random numbers used in a run.\n",
221221
" \n",
222222
" \"\"\"\n",
223223
"\n",

content/08_full_model.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@
349349
" An Experiment:\n",
350350
" 1. Contains a list of parameters that can be left as defaults or varied\n",
351351
" 2. Provides a place for the experimentor to record results of a run\n",
352-
" 3. Controls the set & streams of psuedo random numbers used in a run.\n",
352+
" 3. Controls the set & streams of pseudo random numbers used in a run.\n",
353353
"\n",
354354
" \"\"\"\n",
355355
"\n",

content/09_time_weighted_calcs.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@
423423
" An Experiment:\n",
424424
" 1. Contains a list of parameters that can be left as defaults or varied\n",
425425
" 2. Provides a place for the experimentor to record results of a run\n",
426-
" 3. Controls the set & streams of psuedo random numbers used in a run.\n",
426+
" 3. Controls the set & streams of pseudo random numbers used in a run.\n",
427427
"\n",
428428
" \"\"\"\n",
429429
"\n",

content/basic_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ class Experiment:
142142
An Experiment:
143143
1. Contains a list of parameters that can be left as defaults or varied
144144
2. Provides a place for the experimentor to record results of a run
145-
3. Controls the set & streams of psuedo random numbers used in a run.
145+
3. Controls the set & streams of pseudo random numbers used in a run.
146146
"""
147147

148148
def __init__(

0 commit comments

Comments
 (0)