From 56e115b60452c108879dec143a7566d46cba3721 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Wed, 12 May 2010 13:11:34 -0300 Subject: [PATCH] Oops (taken2k4 found my missing apostrophe) --- HACKING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HACKING b/HACKING index 8231d19..6b1a28a 100644 --- a/HACKING +++ b/HACKING @@ -29,7 +29,7 @@ Also, other rules we follow: this is right:: - text = '%d characters % (count) + text = '%d characters' % (count) - Unless it's a work in progress, do not leave code commented (or, worse yet, inside a ``if 0:`` block.) If it's a WIP, be sure to