From e4fbd474b6ccb9681b8fa00b8916bb7eb2516ff8 Mon Sep 17 00:00:00 2001 From: Sam Bargallo Date: Sat, 14 Jun 2025 15:31:10 -0500 Subject: [PATCH] fix typo --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 57f1ed4..bba4efc 100644 --- a/main.py +++ b/main.py @@ -571,7 +571,7 @@ def cache_status(): Flask endpoint to check cache status and statistics. Provides information about the current state of the API cache, - including number of entries and expiry configuration. + including the number of entries and expiry configuration. Returns: JSON response with cache statistics