Queer European MD passionate about IT
Bruno @ Dataquest преди 3 години
родител
ревизия
1e27dc12f9
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      Mission610Solutions.ipynb

+ 1 - 1
Mission610Solutions.ipynb

@@ -220,7 +220,7 @@
    "cell_type": "markdown",
    "metadata": {},
    "source": [
-    "Now we'll create a list of all the years ranging from `min_year` to `max_year`. Our goal is to then how many prison breaks there were for each year. Since years in which there weren't any prison breaks aren't present in the dataset, this will make sure we capture them."
+    "Now we'll create a list of all the years ranging from `min_year` to `max_year`. Our goal is to then determine how many prison break attempts there were for each year. Since years in which there weren't any prison breaks aren't present in the dataset, this will make sure we capture them."
    ]
   },
   {