diff options
| author | Tim Graham <timograham@gmail.com> | 2013-10-03 20:13:22 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-10-03 20:13:33 -0400 |
| commit | 36e220f923e0c355c9b0388131f87fbfaf46ac5f (patch) | |
| tree | 1c37a000670f66c9b9aac0e664d7c6de7ac2c5c3 /docs/howto/upgrade-version.txt | |
| parent | 7a97df190cb993056aa097befb3813100cfc286e (diff) | |
Fixed #21218 -- Typo on docs/howto/upgrade-version.txt
Thanks ryan at ryangallen.com for the report.
Diffstat (limited to 'docs/howto/upgrade-version.txt')
| -rw-r--r-- | docs/howto/upgrade-version.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/upgrade-version.txt b/docs/howto/upgrade-version.txt index 61b7553d74..34cb3e65d6 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: |
