From 4c25a1ccd0ec39e7f76cb68e1ba33751af59f0d9 Mon Sep 17 00:00:00 2001 From: Jonathan Tsai Date: Thu, 15 Aug 2024 02:10:10 +0000 Subject: [PATCH] fix spelling --- utils/handles.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/handles.py b/utils/handles.py index 1d5c5d03..c1d21e0d 100644 --- a/utils/handles.py +++ b/utils/handles.py @@ -82,7 +82,7 @@ def generate_unique_handle( ) -> T.Optional[str]: """Generates a unique handle based on a name. - If the inital handle is unique, it is returned. + If the initial handle is unique, it is returned. If a handle is not unique, a random suffix is appended to the handle. """ base_handle = seo_tokenize(name).replace('-', '_')