From 335b67665b2ef1afcb8159dddbad84c74c0699aa Mon Sep 17 00:00:00 2001 From: Siddharth <2004sid@gmail.com> Date: Mon, 20 Jun 2022 10:34:21 +0530 Subject: [PATCH] fixed typo --- notebooks/00.00-Preface.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/00.00-Preface.ipynb b/notebooks/00.00-Preface.ipynb index 7d635a808..995af2d81 100644 --- a/notebooks/00.00-Preface.ipynb +++ b/notebooks/00.00-Preface.ipynb @@ -112,7 +112,7 @@ "source": [ "## Outline of the Book\n", "\n", - "Each chapter of this book focuses on a particular package or tool that contributes a fundamental piece of the Python Data Sciece story.\n", + "Each chapter of this book focuses on a particular package or tool that contributes a fundamental piece of the Python Data Science story.\n", "\n", "1. IPython and Jupyter: these packages provide the computational environment in which many Python-using data scientists work.\n", "2. NumPy: this library provides the ``ndarray`` for efficient storage and manipulation of dense data arrays in Python.\n",