summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-05-12 18:56:34 -0400
committerTim Graham <timograham@gmail.com>2014-05-12 18:58:11 -0400
commitaa3fd4b97e5a3f550c2b6a9a6fd23b540ae59078 (patch)
treef73aef55b4ed3a3b270ff48a2175a69ad6b4b47b /docs
parente1f0efc501ad4e8999af51824806c091587fb21c (diff)
[1.7.x] Fixed #22619 -- Corrected description of os.path.
Thanks Collin Anderson for the report. Backport of a1be7237ca from master
Diffstat (limited to 'docs')
-rw-r--r--docs/howto/deployment/wsgi/modwsgi.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/deployment/wsgi/modwsgi.txt b/docs/howto/deployment/wsgi/modwsgi.txt
index 2658e9d31b..b1eaf8c98e 100644
--- a/docs/howto/deployment/wsgi/modwsgi.txt
+++ b/docs/howto/deployment/wsgi/modwsgi.txt
@@ -219,7 +219,7 @@ If you're taking advantage of the internationalization features of Django (see
ensure that the environment used to start Apache is configured to accept
non-ASCII file names. If your environment is not correctly configured, you
will trigger ``UnicodeEncodeError`` exceptions when calling functions like
-``os.path()`` on filenames that contain non-ASCII characters.
+the ones in :mod:`os.path` on filenames that contain non-ASCII characters.
To avoid these problems, the environment used to start Apache should contain
settings analogous to the following::