diff --git a/1_data_computations_with_numpy/1_intro_to_Numpy_for_data_computation.ipynb b/1_data_computations_with_numpy/1_intro_to_Numpy_for_data_computation.ipynb index 302572c..6639474 100644 --- a/1_data_computations_with_numpy/1_intro_to_Numpy_for_data_computation.ipynb +++ b/1_data_computations_with_numpy/1_intro_to_Numpy_for_data_computation.ipynb @@ -609,7 +609,7 @@ "source": [ "np.random.rand(4)\n", "\n", - "#We will not get teh same values" + "#We will not get the same values" ] }, { @@ -720,7 +720,7 @@ } ], "source": [ - "## Random see to output the same random vaues at all run time \n", + "## Random seed to output the same random values at all run time \n", "import random\n", "\n", "random.seed(10)\n",