diff options
| author | Gary Wilson Jr <gary.wilson@gmail.com> | 2009-03-31 15:39:32 +0000 |
|---|---|---|
| committer | Gary Wilson Jr <gary.wilson@gmail.com> | 2009-03-31 15:39:32 +0000 |
| commit | 1eccb1c6aa573dad7c1849fceea8ef966ab53db4 (patch) | |
| tree | c8d534cf2e9ec50814e194b12e12f9dd27b3e11b /docs/internals/release-process.txt | |
| parent | 4a73b603d04baf31ada2809746947b21f9da0138 (diff) | |
Fixed #10577 -- Fixed doc typo, patch from Zoramite.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10250 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/internals/release-process.txt')
| -rw-r--r-- | docs/internals/release-process.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/internals/release-process.txt b/docs/internals/release-process.txt index c49d15a28e..911b67e441 100644 --- a/docs/internals/release-process.txt +++ b/docs/internals/release-process.txt @@ -108,7 +108,7 @@ Django 1.3 and 1.4. At this point in time: 1.3.2, etc. * Security releases will be applied to trunk, a ``1.3.X`` branch and a - ``1.2.X`` branch. Security fixes will trigger the release of of ``1.3.1``, + ``1.2.X`` branch. Security fixes will trigger the release of ``1.3.1``, ``1.2.1``, etc. .. _release-process: |
