diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2005-07-19 20:01:49 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2005-07-19 20:01:49 +0000 |
| commit | 21f152e9e59d9e0278d5b4b114781b64e4259f30 (patch) | |
| tree | a3c056595fc435f4e180c0d5f7e027fcebd79cf0 /docs | |
| parent | c97d93ed56b55b63686e7d39dd39086169d2ea0a (diff) | |
Removed redundant word from docs/modpython.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@220 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/modpython.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/modpython.txt b/docs/modpython.txt index cfd46d6ebf..f97bc254bc 100644 --- a/docs/modpython.txt +++ b/docs/modpython.txt @@ -2,7 +2,7 @@ How to use Django with mod_python ================================= -Apache/mod_python currently is the preferred server setup for using Django on a +Apache/mod_python currently is the preferred setup for using Django on a production server. mod_python, available at http://www.modpython.org/ , is similar to mod_perl: It |
