summaryrefslogtreecommitdiffstats
path: root/tests/screenshot.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-09-16 13:46:32 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-09-16 13:47:02 +0000
commit0bf67268edaffea2640c2f05b301a9f857d9e174 (patch)
treec475efbe59347375916de4ff26d690b47c65c9da /tests/screenshot.py
parentReleasing debian version 2.2.0-4. (diff)
downloadcolorclass-0bf67268edaffea2640c2f05b301a9f857d9e174.tar.xz
colorclass-0bf67268edaffea2640c2f05b301a9f857d9e174.zip
Merging upstream version 2.2.2 (Closes: #1014036).
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/screenshot.py')
-rw-r--r--tests/screenshot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/screenshot.py b/tests/screenshot.py
index cc391eb..eef06b9 100644
--- a/tests/screenshot.py
+++ b/tests/screenshot.py
@@ -174,7 +174,7 @@ class RunNewConsole(object):
def iter_rows(pil_image):
"""Yield tuple of pixels for each row in the image.
- itertools.izip in Python 2.x and zip in Python 3.x are writen in C. Much faster than anything else I've found
+ itertools.izip in Python 2.x and zip in Python 3.x are written in C. Much faster than anything else I've found
written in pure Python.
From: