main
Bob Mottram 2024-08-25 09:56:23 +01:00
parent 6433df1fca
commit 1958d825de
1 changed files with 1 additions and 1 deletions

View File

@ -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)