From 2822814d803f49554fac5b963ef4c691daf7cd75 Mon Sep 17 00:00:00 2001 From: Bob Jacobsen Date: Wed, 7 Sep 2022 16:46:53 +0200 Subject: [PATCH] better example of length comparison --- DataScience/Projects/Project3MovieClassification/project3.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DataScience/Projects/Project3MovieClassification/project3.ipynb b/DataScience/Projects/Project3MovieClassification/project3.ipynb index 85da580..8866ad1 100644 --- a/DataScience/Projects/Project3MovieClassification/project3.ipynb +++ b/DataScience/Projects/Project3MovieClassification/project3.ipynb @@ -237,7 +237,7 @@ }, "source": [ "#### Question 1.1.3\n", - "What is the longest word in the dataset whose stem wasn't shortened? Assign that to `longest_uncut`. Break ties alphabetically from Z to A (so if your options are \"albatross\" or \"batman\", you should pick \"batman\").\n", + "What is the longest word in the dataset whose stem wasn't shortened? Assign that to `longest_uncut`. Break ties alphabetically from Z to A (so if your options are \"anchor\" or \"batman\", you should pick \"batman\").\n", "\n", "