diff --git a/docs/ref/files/storage.txt b/docs/ref/files/storage.txt
index 0ca5770..c8aafa8 100644
a
|
b
|
modify the filename as necessary to get a unique name. The actual name of the
|
43 | 43 | stored file will be returned. |
44 | 44 | |
45 | 45 | The ``content`` argument must be an instance of |
46 | | :class:`django.db.files.File` or of a subclass of |
47 | | :class:`~django.db.files.File`. |
| 46 | :class:`django.core.files.File` or of a subclass of |
| 47 | :class:`~django.core.files.File`. |
48 | 48 | |
49 | 49 | ``Storage.delete(name)`` |
50 | 50 | ~~~~~~~~~~~~~~~~~~~~~~~~ |