From b47733a0bf13f96c31392173a6eb3efac0c31050 Mon Sep 17 00:00:00 2001 From: Landon Gray Date: Thu, 18 Jan 2024 09:39:19 -0500 Subject: [PATCH] Update the readme and remove some wording duplication. (#351) --- tutorials/1.introduction.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/1.introduction.ipynb b/tutorials/1.introduction.ipynb index e702ed6..c33df65 100644 --- a/tutorials/1.introduction.ipynb +++ b/tutorials/1.introduction.ipynb @@ -68,7 +68,7 @@ "source": [ "## Pydantic to the rescue\n", "\n", - "Pydantic is a library that allows us to define data structures, and then validate them. It also allows us to define data structures.\n" + "Pydantic is a library that allows us to define data structures, and then validate them.\n" ] }, {