summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authortherealrinku <rinkunited2032@gmail.com>2023-09-16 09:02:09 +0545
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2023-09-16 07:40:17 +0200
commitd485aa2732e4219756c99120a8326cc33b291e34 (patch)
treeb830a1d27743432be771aa6d9c8f7164fa95a066 /docs
parentff26e6ad845e112d2ab76549ea740fb1d82d1c54 (diff)
[4.2.x] Fixed typo in docs/howto/custom-file-storage.txt.
Backport of aebedb7bd1bd9774823d15cc1041dcdce6fb172a from main
Diffstat (limited to 'docs')
-rw-r--r--docs/howto/custom-file-storage.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/howto/custom-file-storage.txt b/docs/howto/custom-file-storage.txt
index 881ef70bdf..4e51548bc7 100644
--- a/docs/howto/custom-file-storage.txt
+++ b/docs/howto/custom-file-storage.txt
@@ -85,8 +85,8 @@ Called by ``Storage.save()``. The ``name`` will already have gone through
``get_valid_name()`` and ``get_available_name()``, and the ``content`` will be a
``File`` object itself.
-Should return the actual name of name of the file saved (usually the ``name``
-passed in, but if the storage needs to change the file name return the new name
+Should return the actual name of the file saved (usually the ``name`` passed
+in, but if the storage needs to change the file name return the new name
instead).
.. method:: get_valid_name(name)