[Python-checkins] devguide: Remove duplicate word.

georg.brandl python-checkins at python.org
Fri Jan 13 22:12:31 CET 2012


http://hg.python.org/devguide/rev/2f7ac41f250f
changeset:   477:2f7ac41f250f
user:        Georg Brandl <georg at python.org>
date:        Fri Jan 13 22:11:26 2012 +0100
summary:
  Remove duplicate word.

files:
  devcycle.rst |  14 +++++++-------
  1 files changed, 7 insertions(+), 7 deletions(-)


diff --git a/devcycle.rst b/devcycle.rst
--- a/devcycle.rst
+++ b/devcycle.rst
@@ -34,14 +34,14 @@
 2.7, 3.2, 3.3).  Development is handled separately for Python 2 and Python 3:
 no merging happens between 2.x and 3.x branches.
 
-In each of the 2.x and 3.x realms, the branch for a feature version is
-always a descendant of the previous feature version: for example, the ``3.2``
-branch is a descendant of the ``3.1`` branch.
+In each of the 2.x and 3.x realms, the branch for a feature version is always a
+descendant of the previous feature version: for example, the ``3.2`` branch is a
+descendant of the ``3.1`` branch.
 
-Therefore, each change change should be made **first** in the oldest branch
-to which it applies and forward-ported as appropriate: if a bug must be
-fixed in both Python 3.2 and 3.3, first fix it in ``3.2`` and then merge ``3.2``
-into ``default`` (which holds the future 3.3).
+Therefore, each change should be made **first** in the oldest branch to which it
+applies and forward-ported as appropriate: if a bug must be fixed in both Python
+3.2 and 3.3, first fix it in ``3.2`` and then merge ``3.2`` into ``default``
+(which holds the future 3.3).
 
 
 .. _indevbranch:

-- 
Repository URL: http://hg.python.org/devguide


More information about the Python-checkins mailing list