summaryrefslogtreecommitdiff
path: root/docs/install.txt
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2005-07-15 21:53:20 +0000
committerAdrian Holovaty <adrian@holovaty.com>2005-07-15 21:53:20 +0000
commit158b54380e1b320023970b0f324ccc1a5c62aa5a (patch)
treef524951e0b32e866f7a7ce0550246030edc0331d /docs/install.txt
parent835240cf04b0c00eb02e026a9d39d3cd8ff0b4be (diff)
Added a small clarification to doc/install.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@77 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/install.txt')
-rw-r--r--docs/install.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/install.txt b/docs/install.txt
index e764c214a4..d123be5134 100644
--- a/docs/install.txt
+++ b/docs/install.txt
@@ -52,7 +52,7 @@ Installing the development version
``ln -s django_src/django /usr/lib/python2.3/site-packages/django``
- Change ``python2.3`` to match your current Python version.
+ (In the above line, change ``python2.3`` to match your current Python version.)
When you want to update your code, just run the command ``svn update`` from
within the ``django_src`` directory.