From 715db2a5f7c74fdea03ec39fa8fd634e5df7afb5 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Mon, 16 Sep 2013 09:52:33 -0700 Subject: [PATCH] Typofix --- releases/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releases/__init__.py b/releases/__init__.py index 6ec7b19..5fb9553 100644 --- a/releases/__init__.py +++ b/releases/__init__.py @@ -165,7 +165,7 @@ def construct_releases(entries, app): # * Everything goes into 'unreleased' so it can be used in new lines. # * Bugfixes (but not support or feature entries) go into all release # lines, not just 'unreleased'. - # * However, support/feature entries marked as 'backport' go into all + # * However, support/feature entries marked as 'backported' go into all # release lines as well, on the assumption that they were released to # all active branches. # * The 'rest' variable (which here is the bug description, vitally