Commit 83e3e1b8 authored by David Wilson's avatar David Wilson

Typo.

parent e9af841e
...@@ -471,7 +471,7 @@ Context Class ...@@ -471,7 +471,7 @@ Context Class
@classmethod @classmethod
def my_classmethod(cls): def my_classmethod(cls):
"""Reachable as mymodule.MyClass.my_staticmethod""" """Reachable as mymodule.MyClass.my_classmethod"""
def my_instancemethod(self): def my_instancemethod(self):
"""Unreachable: requires a class instance!""" """Unreachable: requires a class instance!"""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment