summaryrefslogtreecommitdiff
path: root/docs/modpython.txt
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2006-05-08 20:39:52 +0000
committerAdrian Holovaty <adrian@holovaty.com>2006-05-08 20:39:52 +0000
commit8e441e9c5a792e225be683fd0ec8cdfb709ce91a (patch)
tree58a41467e2618d6d552965a97bbf4e81601fdddc /docs/modpython.txt
parent885dd85b5f7f35cf3266c6552d77f5577bb66828 (diff)
Made small clarification to docs/modpython.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2866 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/modpython.txt')
-rw-r--r--docs/modpython.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/modpython.txt b/docs/modpython.txt
index 2b57d0514c..0c0219e2e9 100644
--- a/docs/modpython.txt
+++ b/docs/modpython.txt
@@ -187,8 +187,8 @@ Here are two recommended approaches:
**and** templates -- stay in one place, and you'll still be able to
``svn update`` your code to get the latest admin templates, if they
change.
- 2. Or, copy the admin media files so that they live within your document
- root.
+ 2. Or, copy the admin media files so that they live within your Apache
+ document root.
Error handling
==============