From 0bf67268edaffea2640c2f05b301a9f857d9e174 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 16 Sep 2022 15:46:32 +0200 Subject: Merging upstream version 2.2.2 (Closes: #1014036). Signed-off-by: Daniel Baumann --- tests/screenshot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/screenshot.py') 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: -- cgit v1.2.3