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."
    ]
   },
   {