From e2ba828c79265fc6e24493f73e6d65055cd5b029 Mon Sep 17 00:00:00 2001 From: Dimitar Tsonev <56803540+DimitarDTsonev@users.noreply.github.com> Date: Wed, 26 Nov 2025 16:50:07 +0200 Subject: [PATCH] Update 05 - Data Structures and Oddities.ipynb --- .../05 - Data Structures and Oddities.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05 - Data Structures and Oddities/05 - Data Structures and Oddities.ipynb b/05 - Data Structures and Oddities/05 - Data Structures and Oddities.ipynb index b68bd58..0c78244 100644 --- a/05 - Data Structures and Oddities/05 - Data Structures and Oddities.ipynb +++ b/05 - Data Structures and Oddities/05 - Data Structures and Oddities.ipynb @@ -247,7 +247,7 @@ } ], "source": [ - "# За по голяма прицизност може да използваме `decimal` модула\n", + "# За по голяма прецизност може да използваме `decimal` модула\n", "# По дефолт има прецизност 28 знака след запетаята,\n", "# но може да му дадем повече :)\n", "from decimal import *\n",