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):