[1.6.x] Fixed #22619 -- Corrected description of os.path.

Thanks Collin Anderson for the report.

Backport of a1be7237ca from master
This commit is contained in:
Tim Graham 2014-05-12 18:56:34 -04:00
parent b718e292ac
commit c530a63429
1 changed files with 1 additions and 1 deletions

View File

@ -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 ensure that the environment used to start Apache is configured to accept
non-ASCII file names. If your environment is not correctly configured, you non-ASCII file names. If your environment is not correctly configured, you
will trigger ``UnicodeEncodeError`` exceptions when calling functions like 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 To avoid these problems, the environment used to start Apache should contain
settings analogous to the following:: settings analogous to the following::