summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2013-01-27 06:09:36 -0500
committerTim Graham <timograham@gmail.com>2013-01-27 06:09:50 -0500
commit14d1d504d5c839869a7f612b7d35fa1adf983f5b (patch)
tree497d4307aef48f5223e9f8bf9edeec65f17d2a48 /docs/ref
parent4b3f7110ae1e9ef7862c67a38431780080f0062c (diff)
Fixed two malformed links.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/contrib/messages.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/messages.txt b/docs/ref/contrib/messages.txt
index 40f7d41ceb..dd7c8dbd65 100644
--- a/docs/ref/contrib/messages.txt
+++ b/docs/ref/contrib/messages.txt
@@ -78,7 +78,7 @@ Django provides three built-in storage classes:
:class:`~django.contrib.messages.storage.fallback.FallbackStorage` is the
default storage class. If it isn't suitable to your needs, you can select
-another storage class by setting setting:`MESSAGE_STORAGE` to its full import
+another storage class by setting :setting:`MESSAGE_STORAGE` to its full import
path, for example::
MESSAGE_STORAGE = 'django.contrib.messages.storage.cookie.CookieStorage'