Added closing parenthesis to comment note.

This commit is contained in:
Tim
2013-02-16 17:39:18 +00:00
parent 593aaa9880
commit b09ab5da99
+1 -1
View File
@@ -77,7 +77,7 @@ class TransformMeta(type):
calling Foo(*args, **kwargs) will return StatefulTransform(Foo,
*args, **kwargs) instead of an instance of Foo. (Note that you can
still recover an instance of a "raw" Foo by introspecting the
resulting StatefulTransform's 'state' field.
resulting StatefulTransform's 'state' field.)
"""
def __call__(cls, *args, **kwargs):