diff tests/test-check-code.t @ 17428:72803c8edaa4

avoid using abbreviations that look like spelling errors
author Mads Kiilerich <mads@kiilerich.com>
date Mon, 27 Aug 2012 23:14:27 +0200
parents 7917a104a285
children efd1a4378b64
line wrap: on
line diff
--- a/tests/test-check-code.t	Tue Aug 21 02:41:20 2012 +0200
+++ b/tests/test-check-code.t	Mon Aug 27 23:14:27 2012 +0200
@@ -83,7 +83,7 @@
    any/all/format not available in Python 2.4
   ./non-py24.py:11:
    >     try:
-   no try/except/finally in Py2.4
+   no try/except/finally in Python 2.4
   ./classstyle.py:4:
    > class oldstyle_class:
    old-style class, use class foo(object)