diff options
| author | James Bennett <ubernostrum@gmail.com> | 2009-08-17 10:51:35 +0000 |
|---|---|---|
| committer | James Bennett <ubernostrum@gmail.com> | 2009-08-17 10:51:35 +0000 |
| commit | 150ef1adeeba3f46e0cf426c42ab1fc71a07d80b (patch) | |
| tree | 53554e60da723ff786576619e8551d87d8cddbca /docs/internals | |
| parent | 5eda3a16dfa6b40907a9edfad4ed9e3d3fdaeb1c (diff) | |
Correct a typo and a reST formatting problem in [11466].
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11467 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/svn.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/internals/svn.txt b/docs/internals/svn.txt index a3935e3819..7d010a7cfa 100644 --- a/docs/internals/svn.txt +++ b/docs/internals/svn.txt @@ -35,10 +35,10 @@ available, though when using Subversion you'll always want to use the repository address instead. At the top level of the repository are two directories: ``django`` contains the full source code for all Django releases, while ``djangoproject.com`` contains the source code and -templates for for the `djangoproject.com -<http://www.djangoproject.com/>` web site. For trying out -in-development Django code, or contributing to Django, you'll always -want to check out code from some location in the ``django`` directory. +templates for the `djangoproject.com <http://www.djangoproject.com/>`_ +web site. For trying out in-development Django code, or contributing +to Django, you'll always want to check out code from some location in +the ``django`` directory. Inside the ``django`` directory, Django's source code is organized into three areas: |
