mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
typos: Fix typos caught by mwic.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Anders Kaseorg
parent
38cae070ed
commit
b545abe1e2
@@ -145,7 +145,7 @@ def register_remote_server(
|
||||
AfterValidator(lambda s: check_string_fixed_length(s, RemoteZulipServer.API_KEY_LENGTH)),
|
||||
] = None,
|
||||
) -> HttpResponse:
|
||||
# StringConstraints validated the the field lengths, but we still need to
|
||||
# StringConstraints validated the field lengths, but we still need to
|
||||
# validate the format of these fields.
|
||||
try:
|
||||
# TODO: Ideally we'd not abuse the URL validator this way
|
||||
|
||||
Reference in New Issue
Block a user