From 34047b23e284fd3459903294a5776b67c3e33ed9 Mon Sep 17 00:00:00 2001
From: Bipin Suresh <bipsandbytes@yahoo.com>
Date: Sun, 21 Jun 2015 02:01:48 -0700
Subject: [PATCH] Fixed #24983 -- Clarified contrib.sites Site.domain is fully
 qualified.

---
 docs/ref/contrib/sites.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/ref/contrib/sites.txt b/docs/ref/contrib/sites.txt
index da2bd879db0..c91c112f644 100644
--- a/docs/ref/contrib/sites.txt
+++ b/docs/ref/contrib/sites.txt
@@ -21,7 +21,8 @@ The sites framework is mainly based on a simple model:
 
     .. attribute:: domain
 
-        The domain name associated with the Web site.
+        The fully qualified domain name associated with the Web site.
+        For example, ``www.example.com``.
 
         .. versionchanged:: 1.9