From 9131edd5407fc5ed86008224244bb05ea7d94073 Mon Sep 17 00:00:00 2001 From: Matteo Campinoti Date: Mon, 30 Oct 2023 13:19:07 +0100 Subject: [PATCH] reference_files:ref_files - fix typo --- acacore/reference_files/ref_files.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/acacore/reference_files/ref_files.py b/acacore/reference_files/ref_files.py index e95a202..4385015 100644 --- a/acacore/reference_files/ref_files.py +++ b/acacore/reference_files/ref_files.py @@ -34,8 +34,8 @@ def to_re_identify() -> list[ReIdentifyModel]: @lru_cache -def costum_sigs() -> list[CustomSignature]: - """Gets the json file with our own costum formats in a list. +def custom_sigs() -> list[CustomSignature]: + """Gets the json file with our own custom formats in a list. Is kept updated on the reference-files repo. The function caches the result, soo multiple calls in the same run should not be an issue.