summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-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.