From 0596a4b1f438e34abb3df3155ce22e7ddba59bc8 Mon Sep 17 00:00:00 2001 From: Lerking <33354709+Lerking@users.noreply.github.com> Date: Tue, 12 Mar 2024 08:49:36 +0100 Subject: [PATCH] Updated at_cache (markdown) --- at_cache.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/at_cache.md b/at_cache.md index 65bd713..b82d69f 100644 --- a/at_cache.md +++ b/at_cache.md @@ -1,5 +1,5 @@ # @cache -The @cache decorator can be import with. +The @cache decorator can be imported with. ```python from functools import cache