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 bc4d79d commit 73ca8deCopy full SHA for 73ca8de
singletons/singleton_call.py
@@ -15,5 +15,5 @@ def __call__(cls, *args, **kwargs):
15
return cls.instance
16
17
class SingletonC(metaclass=MetaSingletonC):
18
- """ A singleton class using the MetaSingletonN class as metaclass """
+ """ A singleton class using the MetaSingletonC class as metaclass """
19
pass
0 commit comments