Skip to content

Commit e15aa26

Browse files
committed
Sherlock Holmes
1 parent 3a0e5a3 commit e15aa26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prototype.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def test_prototype_factory(instance, attr):
8787
factory = prototype_factory.PrototypeFactory()
8888
factory.register(instance)
8989

90-
print('Makine a clone of',instance)
90+
print('Making a clone of',instance)
9191
klone = factory.clone(instance.__class__)
9292
assert(klone != instance)
9393
print('Verified',klone,'is different from original instance',instance)

0 commit comments

Comments
 (0)