From 6bf1f2cf31e14e953e16ed44262f9586ebd90e5c Mon Sep 17 00:00:00 2001 From: Joseph Adewumi Date: Sat, 4 Jan 2025 11:03:47 +0000 Subject: [PATCH] Nit typo change, testing commit --- cgt_calc/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgt_calc/main.py b/cgt_calc/main.py index 0b027f0e..a4cd7808 100755 --- a/cgt_calc/main.py +++ b/cgt_calc/main.py @@ -491,7 +491,7 @@ def process_disposal( new_quantity=quantity, gain=None, # Fees, if any are already accounted on the acquisition of - # spined off shares + # spinned off shares fees=Decimal(0), new_pool_cost=new_amount, allowable_cost=new_amount,