[test.utils] typo

This commit is contained in:
Cosimo Lupo 2016-03-25 20:09:14 +01:00
parent b13eceb0f9
commit 219efbc6f0

View File

@ -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 = []