diff options
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 |
