mirror of https://github.com/zulip/zulip.git
models: Fix typo in comment.
This commit is contained in:
parent
5e3ba1f20f
commit
04a79800b9
|
@ -119,7 +119,7 @@ _properties = {
|
||||||
validity_in_days=settings.INVITATION_LINK_VALIDITY_DAYS)
|
validity_in_days=settings.INVITATION_LINK_VALIDITY_DAYS)
|
||||||
}
|
}
|
||||||
|
|
||||||
# Conirmation pathways for which there is no content_object that we need to
|
# Confirmation pathways for which there is no content_object that we need to
|
||||||
# keep track of.
|
# keep track of.
|
||||||
|
|
||||||
def check_key_is_valid(creation_key):
|
def check_key_is_valid(creation_key):
|
||||||
|
|
Loading…
Reference in New Issue