We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a0e5a3 commit e15aa26Copy full SHA for e15aa26
prototype.py
@@ -87,7 +87,7 @@ def test_prototype_factory(instance, attr):
87
factory = prototype_factory.PrototypeFactory()
88
factory.register(instance)
89
90
- print('Makine a clone of',instance)
+ print('Making a clone of',instance)
91
klone = factory.clone(instance.__class__)
92
assert(klone != instance)
93
print('Verified',klone,'is different from original instance',instance)
0 commit comments