diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2007-02-12 17:10:09 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2007-02-12 17:10:09 +0000 |
| commit | 38f9d8dac66cead8dffe18eb4f4a7db6ceff105b (patch) | |
| tree | f8cf4b9fcdaf06432dad95f87086a1b276ff1ee3 | |
| parent | 22587230977e862a7e87723d538b5b5e48800494 (diff) | |
Fixed dangling modifier in docs/settings.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4491 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | docs/settings.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/settings.txt b/docs/settings.txt index ee9b5875a0..b9e46a858c 100644 --- a/docs/settings.txt +++ b/docs/settings.txt @@ -829,7 +829,7 @@ running in the correct environment. .. note:: Django cannot reliably use alternate time zones in a Windows environment. - When running Django on Windows this variable must be set to match the + If you're running Django on Windows, this variable must be set to match the system timezone. URL_VALIDATOR_USER_AGENT |
