From 1958d825de7c129e34a855cb7e8dc705445e0604 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 25 Aug 2024 09:56:23 +0100 Subject: [PATCH] Typo --- blocking.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blocking.py b/blocking.py index 95e72bfd3..fa80f032a 100644 --- a/blocking.py +++ b/blocking.py @@ -77,7 +77,7 @@ def get_global_block_reason(search_text: str, def get_account_blocks(base_dir: str, nickname: str, domain: str) -> str: - """Returne the text for the textarea for "blocked accounts" + """Return the text for the textarea for "blocked accounts" when editing profile """ account_directory = acct_dir(base_dir, nickname, domain)