From 6b07516fe455a570a4c5372dbdc2d11f1a3542f9 Mon Sep 17 00:00:00 2001 From: uvok Date: Tue, 15 Apr 2025 11:45:51 +0200 Subject: Clarify docs --- trade.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/trade.py b/trade.py index e46d2b6..c274463 100644 --- a/trade.py +++ b/trade.py @@ -26,6 +26,8 @@ class Trade: """ Reduce the amount of cryptocurrency in the trade by a specified amount. + This effectively "loses" coins. The price-per-coin remains the same. + Args: amount (Decimal): The amount of cryptocurrency to remove. -- cgit v1.2.3