summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xfile-stabilization-bugs.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/file-stabilization-bugs.py b/file-stabilization-bugs.py
index 4963937..6f1bb64 100755
--- a/file-stabilization-bugs.py
+++ b/file-stabilization-bugs.py
@@ -72,9 +72,9 @@ if __name__ == "__main__":
else:
other_maintainers = []
- description = ('Is it OK to stabilize =%s ?\n\n' % cpv +
- 'If so, please CC all arches which have stable keywords\n\n' +
- 'for older versions of this package and add STABLEREQ keyword\n\n' +
+ description = ('Is it OK to stabilize =%s ?\n' % cpv +
+ 'If so, please CC all arches which have stable keywords\n' +
+ 'for older versions of this package and add STABLEREQ keyword\n' +
'to the bug.')
url = 'http://packages.gentoo.org/package/%s?arches=linux' % urllib.quote(cp)
params = {}