From 219efbc6f05419f0ab2c84fcb0a0328634da7a1e Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Fri, 25 Mar 2016 20:09:14 +0100 Subject: [PATCH] [test.utils] typo --- Lib/cu2qu/test/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/cu2qu/test/utils.py b/Lib/cu2qu/test/utils.py index 36aaf1282..74c59d482 100644 --- a/Lib/cu2qu/test/utils.py +++ b/Lib/cu2qu/test/utils.py @@ -8,7 +8,7 @@ import unittest class BaseDummyPen(object): - """Base class for pens recording the commands their are called with.""" + """Base class for pens that record the commands they are called with.""" def __init__(self, *args, **kwargs): self.commands = []