From 4c546b9381ae5b56e29e0d3cfeb17e33720f51b3 Mon Sep 17 00:00:00 2001 From: jrasero Date: Mon, 9 Sep 2024 18:05:11 -0400 Subject: [PATCH] Update documentation --- _sources/chapters/module-2/024-structures.ipynb | 2 +- chapters/module-2/024-structures.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_sources/chapters/module-2/024-structures.ipynb b/_sources/chapters/module-2/024-structures.ipynb index 8589e3a..b00282b 100644 --- a/_sources/chapters/module-2/024-structures.ipynb +++ b/_sources/chapters/module-2/024-structures.ipynb @@ -7,7 +7,7 @@ "source": [ "# Data Structures\n", "\n", - "We you will learn in this lesson:\n", + "What you will learn in this lesson:\n", "\n", "- Lists\n", "- Dictionaries\n", diff --git a/chapters/module-2/024-structures.html b/chapters/module-2/024-structures.html index 2cb6a0d..ada6612 100644 --- a/chapters/module-2/024-structures.html +++ b/chapters/module-2/024-structures.html @@ -386,7 +386,7 @@

Contents

Data Structures#

-

We you will learn in this lesson:

+

What you will learn in this lesson: