From 58fc6f5e9c638f4021a3f7d6d11f83ce42ba49a5 Mon Sep 17 00:00:00 2001 From: "Carlos A. Iglesias" Date: Thu, 8 Feb 2024 17:42:45 +0100 Subject: [PATCH] Update 1_4_Sets.ipynb Typo corrected. --- python/1_4_Sets.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/1_4_Sets.ipynb b/python/1_4_Sets.ipynb index 63cecdc..205b565 100644 --- a/python/1_4_Sets.ipynb +++ b/python/1_4_Sets.ipynb @@ -37,7 +37,7 @@ "\n", "A set object is an unordered collection of distinct objects. There are two built-in set types: **set** (mutable) and **frozenset** (inmutable).\n", "\n", - "A mapping object maps hashable values to arbitrary objects. Mappings are mutable objects. There is only one bultin mapping type: **dictionary**." + "A mapping object maps hashable values to arbitrary objects. Mappings are mutable objects. There is only one builtin mapping type: **dictionary**." ] }, {