From fa04f0371078592e1341840b001d5eb838dac371 Mon Sep 17 00:00:00 2001 From: Lindsay Katz <89484846+lindsaykatz@users.noreply.github.com> Date: Thu, 11 Dec 2025 13:47:49 -0500 Subject: [PATCH] minor wording fix --- 02_activities/assignments/a1_sampling_and_reproducibility.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02_activities/assignments/a1_sampling_and_reproducibility.ipynb b/02_activities/assignments/a1_sampling_and_reproducibility.ipynb index 264a448a..11852458 100644 --- a/02_activities/assignments/a1_sampling_and_reproducibility.ipynb +++ b/02_activities/assignments/a1_sampling_and_reproducibility.ipynb @@ -37,7 +37,7 @@ "id": "32603ce7", "metadata": {}, "source": [ - "Alter the code so that it is reproducible. Describe the changes you made to the code and how they affected the reproducibility of the script. The output needs to produce the same output when run multiple times." + "Alter the code so that it is reproducible. Describe the changes you made to the code and how they affected the reproducibility of the script. The script needs to produce the same output when run multiple times." ] }, {