diff options
| author | Gary Wilson Jr <gary.wilson@gmail.com> | 2009-03-31 15:40:34 +0000 |
|---|---|---|
| committer | Gary Wilson Jr <gary.wilson@gmail.com> | 2009-03-31 15:40:34 +0000 |
| commit | 09daf300c545698eca439975cd5c71087ff8e40a (patch) | |
| tree | 21bc5cf6c30cd30967b8f38e0115c0f45f251ea4 /docs | |
| parent | abe640c735d1bbc10a1d8981319eda46abcdeb4d (diff) | |
[1.0.X]: Fixed #10577 -- Fixed doc typo, patch from Zoramite.
Backport of r10250 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10251 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -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: |
