diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2006-04-12 13:39:34 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2006-04-12 13:39:34 +0000 |
| commit | 873b12b94dd2ea8a29ed1c23baad16ae5227d54c (patch) | |
| tree | 9239ab544641519ebd2f967d97cdd9f89822a78a /docs/modpython.txt | |
| parent | af0056201e4484adaf7d91b8a061db1ec3e8f41d (diff) | |
magic-removal: Merged to [2687]
git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@2688 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/modpython.txt')
| -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 5800968ee5..24cb405231 100644 --- a/docs/modpython.txt +++ b/docs/modpython.txt @@ -190,7 +190,7 @@ Error handling ============== When you use Apache/mod_python, errors will be caught by Django -- in other -words, they won't propogate to the Apache level and won't appear in the Apache +words, they won't propagate to the Apache level and won't appear in the Apache ``error_log``. The exception for this is if something is really wonky in your Django setup. In |
