mirror of
https://github.com/zulip/zulip.git
synced 2025-10-31 20:13:46 +00:00
docs: Fix more capitalization issues.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
a7d1fd9ffb
commit
72d6ff3c3b
@@ -59,7 +59,7 @@ INLINE_MIME_TYPES = [
|
||||
# image/svg+xml, text/html, or text/xml.
|
||||
]
|
||||
|
||||
# Performance Note:
|
||||
# Performance note:
|
||||
#
|
||||
# For writing files to S3, the file could either be stored in RAM
|
||||
# (if it is less than 2.5MiB or so) or an actual temporary file on disk.
|
||||
@@ -80,7 +80,7 @@ class RealmUploadQuotaError(JsonableError):
|
||||
def sanitize_name(value: str) -> str:
|
||||
"""
|
||||
Sanitizes a value to be safe to store in a Linux filesystem, in
|
||||
S3, and in a URL. So unicode is allowed, but not special
|
||||
S3, and in a URL. So Unicode is allowed, but not special
|
||||
characters other than ".", "-", and "_".
|
||||
|
||||
This implementation is based on django.utils.text.slugify; it is
|
||||
|
||||
Reference in New Issue
Block a user