From 1e80f7fabee0183cb45ba95ed4cdaea266a51618 Mon Sep 17 00:00:00 2001 From: Jeonghyun Min <20122791@tafe.wa.edu.au> Date: Thu, 7 Nov 2024 21:33:58 +0800 Subject: [PATCH] docs: modify docstring for introduction --- financial/get_annuity_due_future_value.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/financial/get_annuity_due_future_value.py b/financial/get_annuity_due_future_value.py index ea2bc75de..bf27206c6 100644 --- a/financial/get_annuity_due_future_value.py +++ b/financial/get_annuity_due_future_value.py @@ -13,7 +13,8 @@ the sum of each payment's future value at the end of term 3. More info on: https://www.investopedia.com/retirement/calculating-present-and-future-value-of-annuities This function can help to understand how much you will receive -if you make a regular deposit for saving with a fix period and interest rate. +if you make a regular deposit at the beginning of each term +for saving with a fix period and interest rate. """