diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2014-12-12 15:36:29 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2014-12-12 15:36:29 -0500 |
| commit | 15f549b8486bdf41b11211592c94bcf46f1d7989 (patch) | |
| tree | 48a38d5a43eb87b739ffcfecfea60acc72194e64 /tests/farm/html/src/unicode.py | |
| parent | 59889252937e31ab4c3b734922c63dd529e26e03 (diff) | |
| download | python-coveragepy-15f549b8486bdf41b11211592c94bcf46f1d7989.tar.gz | |
For some reason, lowercase 'python' suddenly struck me as odd-looking. Fix them.
Diffstat (limited to 'tests/farm/html/src/unicode.py')
| -rw-r--r-- | tests/farm/html/src/unicode.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/farm/html/src/unicode.py b/tests/farm/html/src/unicode.py index f6a9a05..08e1b54 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ɔ" |
