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 | 1b6700a8577a7658bb708faf1defd262969a06fc (patch) | |
| tree | b8c8ac59d506bdb57436069b5c3e6663ae455d91 /tests/farm/html/src | |
| parent | 6055667e8090fc09e55b96ae49d5ac6a37706ede (diff) | |
| download | python-coveragepy-git-1b6700a8577a7658bb708faf1defd262969a06fc.tar.gz | |
For some reason, lowercase 'python' suddenly struck me as odd-looking. Fix them.
Diffstat (limited to 'tests/farm/html/src')
| -rw-r--r-- | tests/farm/html/src/bom.py | 2 | ||||
| -rw-r--r-- | tests/farm/html/src/isolatin1.py | 2 | ||||
| -rw-r--r-- | tests/farm/html/src/unicode.py | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/farm/html/src/bom.py b/tests/farm/html/src/bom.py index 2db8b717..1aff5d52 100644 --- a/tests/farm/html/src/bom.py +++ b/tests/farm/html/src/bom.py @@ -1,4 +1,4 @@ -# A python source file in utf-8, with BOM
+# A Python source file in utf-8, with BOM.
math = "3×4 = 12, ÷2 = 6±0"
import sys
diff --git a/tests/farm/html/src/isolatin1.py b/tests/farm/html/src/isolatin1.py index 057c097b..7a49b07d 100644 --- a/tests/farm/html/src/isolatin1.py +++ b/tests/farm/html/src/isolatin1.py @@ -1,4 +1,4 @@ -# A python source file in another encoding. +# A Python source file in another encoding. # -*- coding: iso8859-1 -*- math = "34 = 12, 2 = 60" 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ɔ" |
