mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-13 17:42:42 +08:00
Added closing parenthesis to comment note.
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user