This commit is contained in:
David Wilson 2017-09-29 13:37:46 +05:30
parent e9af841e60
commit 83e3e1b82a
1 changed files with 1 additions and 1 deletions

View File

@ -471,7 +471,7 @@ Context Class
@classmethod
def my_classmethod(cls):
"""Reachable as mymodule.MyClass.my_staticmethod"""
"""Reachable as mymodule.MyClass.my_classmethod"""
def my_instancemethod(self):
"""Unreachable: requires a class instance!"""