Skip to content

Commit 73ca8de

Browse files
committed
Comment fix
1 parent bc4d79d commit 73ca8de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

singletons/singleton_call.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ def __call__(cls, *args, **kwargs):
1515
return cls.instance
1616

1717
class SingletonC(metaclass=MetaSingletonC):
18-
""" A singleton class using the MetaSingletonN class as metaclass """
18+
""" A singleton class using the MetaSingletonC class as metaclass """
1919
pass

0 commit comments

Comments
 (0)