From 1b6700a8577a7658bb708faf1defd262969a06fc Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Fri, 12 Dec 2014 15:36:29 -0500 Subject: For some reason, lowercase 'python' suddenly struck me as odd-looking. Fix them. --- tests/farm/html/src/unicode.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/farm/html/src/unicode.py') diff --git a/tests/farm/html/src/unicode.py b/tests/farm/html/src/unicode.py index f6a9a052..08e1b540 100644 --- a/tests/farm/html/src/unicode.py +++ b/tests/farm/html/src/unicode.py @@ -1,4 +1,4 @@ -# A python source file with exotic characters +# A Python source file with exotic characters. # -*- coding: utf-8 -*- upside_down = "ʎd˙ǝbɐɹǝʌoɔ" -- cgit v1.2.1