From 1eccb1c6aa573dad7c1849fceea8ef966ab53db4 Mon Sep 17 00:00:00 2001 From: Gary Wilson Jr Date: Tue, 31 Mar 2009 15:39:32 +0000 Subject: [PATCH] Fixed #10577 -- Fixed doc typo, patch from Zoramite. git-svn-id: http://code.djangoproject.com/svn/django/trunk@10250 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/internals/release-process.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: