Fixed formatting issues in current codebase.

This commit is contained in:
Ed Leafe
2011-01-27 13:52:10 -06:00
parent 5543714de5
commit 35d0ac4dcb

View File

@@ -65,7 +65,7 @@ class LocalizationTestCase(test.TestCase):
inner = inner_all.replace("%%", "").replace("%(", "")
# Filter out the single '%' operators
inner = single_pat.sub("", inner)
# Within the remaining content, count %
# Within the remaining content, count %
fmtCount = inner.count("%")
if fmtCount > 1:
inner_first = inner_all.splitlines()[0]