From ed329fe580e1edfb84562bef8875aaf9e6c7d0d6 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Fri, 29 Sep 2017 13:37:46 +0530 Subject: [PATCH] Typo. --- docs/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.rst b/docs/api.rst index 32e47797..2a235f12 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -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!"""