summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2006-05-22 05:38:20 +0000
committerAdrian Holovaty <adrian@holovaty.com>2006-05-22 05:38:20 +0000
commitf953c8afb6b4a5f675655dae60c820598543cff8 (patch)
tree9f053bd5060d6fc45194b43ad6de91f7bb7e55d5 /docs
parente3ac3bc074b0fe56af856adb41d8220cfe376fbb (diff)
Fixed ReST error in docs/sites.txt. I think.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2964 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/sites.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/sites.txt b/docs/sites.txt
index b78cd84d05..51f57afe4f 100644
--- a/docs/sites.txt
+++ b/docs/sites.txt
@@ -216,7 +216,7 @@ To do this, you can use the sites framework. A simple example::
The ``CurrentSiteManager``
==========================
-If ``Site``s play a key role in your application, consider using the helpful
+If ``Site``\s play a key role in your application, consider using the helpful
``CurrentSiteManager`` in your model(s). It's a model manager_ that
automatically filters its queries to include only objects associated with the
current ``Site``.