From d2f397057eac98a79f0bb2f90dd1ea789b33e370 Mon Sep 17 00:00:00 2001
From: Laura <laura.marcela.becerra@gmail.com>
Date: Sun, 27 Aug 2023 11:48:33 -0500
Subject: [PATCH] fix link notebook II

---
 .../.ipynb_checkpoints/MatplotLib-checkpoint.ipynb              | 2 +-
 Book/Jupyter_Notebooks/MatplotLib.ipynb                         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Book/Jupyter_Notebooks/.ipynb_checkpoints/MatplotLib-checkpoint.ipynb b/Book/Jupyter_Notebooks/.ipynb_checkpoints/MatplotLib-checkpoint.ipynb
index eae6f7d..c50eef8 100644
--- a/Book/Jupyter_Notebooks/.ipynb_checkpoints/MatplotLib-checkpoint.ipynb
+++ b/Book/Jupyter_Notebooks/.ipynb_checkpoints/MatplotLib-checkpoint.ipynb
@@ -26,7 +26,7 @@
     "# Visualización de datos: Introducción básica\n",
     "---\n",
     "\n",
-    "En este notebook vamos a aprender como usar la libreria ```matplotlib```. Como toda librería de Python lo primero es importarla y definirla:"
+    "En este notebook vamos a aprender como usar la libreria ```matplotlib```. Como toda librería de Python lo primero es importarla y definirla. Esta es la forma estandar de hacerlo:"
    ]
   },
   {
diff --git a/Book/Jupyter_Notebooks/MatplotLib.ipynb b/Book/Jupyter_Notebooks/MatplotLib.ipynb
index eae6f7d..c50eef8 100644
--- a/Book/Jupyter_Notebooks/MatplotLib.ipynb
+++ b/Book/Jupyter_Notebooks/MatplotLib.ipynb
@@ -26,7 +26,7 @@
     "# Visualización de datos: Introducción básica\n",
     "---\n",
     "\n",
-    "En este notebook vamos a aprender como usar la libreria ```matplotlib```. Como toda librería de Python lo primero es importarla y definirla:"
+    "En este notebook vamos a aprender como usar la libreria ```matplotlib```. Como toda librería de Python lo primero es importarla y definirla. Esta es la forma estandar de hacerlo:"
    ]
   },
   {
-- 
GitLab