mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
codespell: Correct “requestor” to “requester”.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
(cherry picked from commit c09e7d6407)
This commit is contained in:
committed by
Alex Vandiver
parent
a03ea9dc08
commit
89a3a627be
@@ -52,7 +52,7 @@ class RemoteZulipServer(models.Model):
|
||||
def __str__(self) -> str:
|
||||
return f"{self.hostname} {str(self.uuid)[0:12]}"
|
||||
|
||||
def format_requestor_for_logs(self) -> str:
|
||||
def format_requester_for_logs(self) -> str:
|
||||
return "zulip-server:" + str(self.uuid)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user