From bc9d6ecb2d03cc35b81e99ee0245a9a5b6fcbaae Mon Sep 17 00:00:00 2001 From: jatkinson1000 <109271713+jatkinson1000@users.noreply.github.com> Date: Wed, 21 Jun 2023 16:31:17 +0100 Subject: [PATCH] Add clout abbreviations. --- archeryutils/handicaps/handicap_functions.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/archeryutils/handicaps/handicap_functions.py b/archeryutils/handicaps/handicap_functions.py index 944cfc1..53b362e 100644 --- a/archeryutils/handicaps/handicap_functions.py +++ b/archeryutils/handicaps/handicap_functions.py @@ -82,6 +82,9 @@ def print_handicap_table( "Small": "Sm", "Gents": "G", "Ladies": "L", + "Imperial": "I.", + "Metric Clout": "M. Clt", + "Clout": "Clt", } if not isinstance(hcs, np.ndarray):