summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2013-10-03 20:13:22 -0400
committerTim Graham <timograham@gmail.com>2013-10-03 20:14:07 -0400
commit67d887fbae1204f86361aa77edf8104330432e5e (patch)
tree912c99570083c0b88fc5df4719ad75bf69576cb3 /docs
parent1f6306106005fbf9e9457d2857fb6898e07b122c (diff)
[1.5.x] Fixed #21218 -- Typo on docs/howto/upgrade-version.txt
Thanks ryan at ryangallen.com for the report. Backport of 36e220f923 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/howto/upgrade-version.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/upgrade-version.txt b/docs/howto/upgrade-version.txt
index fd018d4342..94954569e1 100644
--- a/docs/howto/upgrade-version.txt
+++ b/docs/howto/upgrade-version.txt
@@ -47,7 +47,7 @@ Installation
Once you're ready, it is time to :doc:`install the new Django version
</topics/install>`. If you are using virtualenv_ and it is a major upgrade, you
-might want to set up a new environment will all the dependencies first.
+might want to set up a new environment with all the dependencies first.
Exactly which steps you will need to take depends on your installation process.
The most convenient way is to use pip_ with the ``--upgrade`` or ``-U`` flag: