summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcuinix <915115094@qq.com>2024-03-07 11:23:26 +0800
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2024-03-07 08:19:18 +0100
commitf931cbec21cce3e2e68239c77614e6aa5026b882 (patch)
tree01fea135ebc89c0858069d7898908853988ca67c
parent85e2b080689cfa503085d380d3b9f0799fcf2cb4 (diff)
[5.0.x] Fixed typo in docs/howto/custom-file-storage.txt.
Signed-off-by: cuinix <915115094@qq.com> Backport of 20848bcf39de891bcf865b47f6f5f550e3f21958 from main
-rw-r--r--docs/howto/custom-file-storage.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/custom-file-storage.txt b/docs/howto/custom-file-storage.txt
index 661a343d04..f9969da61e 100644
--- a/docs/howto/custom-file-storage.txt
+++ b/docs/howto/custom-file-storage.txt
@@ -133,7 +133,7 @@ to refer to a specific storage throughout Django, to a dictionary of settings
for that specific storage backend. The settings in the inner dictionaries are
described fully in the :setting:`STORAGES` documentation.
-Storages are then accessed by alias from from the
+Storages are then accessed by alias from the
:data:`django.core.files.storage.storages` dictionary::
from django.core.files.storage import storages