summaryrefslogtreecommitdiff
path: root/docs/ref/files/storage.txt
diff options
context:
space:
mode:
authorrowanv <rrvspam@gmail.com>2016-01-24 22:26:11 +0100
committerTim Graham <timograham@gmail.com>2016-02-01 10:42:05 -0500
commita6ef025dfb2a1d1bd23893408eef6d066fb506d9 (patch)
treeb29b3624a20cc65184c743102e0f5f620412105f /docs/ref/files/storage.txt
parent8bf8d0e0ecc1805480deb94feb4675b09d3b3a95 (diff)
Fixed #26124 -- Added missing code formatting to docs headers.
Diffstat (limited to 'docs/ref/files/storage.txt')
-rw-r--r--docs/ref/files/storage.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/ref/files/storage.txt b/docs/ref/files/storage.txt
index 6bbb197c0c..71354829c7 100644
--- a/docs/ref/files/storage.txt
+++ b/docs/ref/files/storage.txt
@@ -27,8 +27,8 @@ Django provides two convenient ways to access the current storage class:
given path and will return it if successful. An exception will be
raised if the import is unsuccessful.
-The FileSystemStorage Class
-===========================
+The ``FileSystemStorage`` class
+===============================
.. class:: FileSystemStorage(location=None, base_url=None, file_permissions_mode=None, directory_permissions_mode=None)
@@ -62,8 +62,8 @@ The FileSystemStorage Class
The ``FileSystemStorage.delete()`` method will not raise
an exception if the given file name does not exist.
-The Storage Class
-=================
+The ``Storage`` class
+=====================
.. class:: Storage