diff options
| author | cuinix <915115094@qq.com> | 2024-03-07 11:23:26 +0800 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2024-03-07 06:01:01 +0100 |
| commit | 20848bcf39de891bcf865b47f6f5f550e3f21958 (patch) | |
| tree | 95b3a95ccd8780690629ca8a5848286c91b71f71 /docs/howto | |
| parent | 9e35c8b2e37ab228b169e63a71f7221e4e85f3da (diff) | |
Fixed typos in docstrings and docs.
Signed-off-by: cuinix <915115094@qq.com>
Diffstat (limited to 'docs/howto')
| -rw-r--r-- | docs/howto/custom-file-storage.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/custom-file-storage.txt b/docs/howto/custom-file-storage.txt index 3cc96cce84..4c9d164a0a 100644 --- a/docs/howto/custom-file-storage.txt +++ b/docs/howto/custom-file-storage.txt @@ -131,7 +131,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 |
