Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Mar 7, 2016
1 parent ea3d8bd commit 3d59cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinxcontrib/asyncio.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class PyCoroutineMethod(PyCoroutineMixin, PyClassmember):

def run(self):
self.name = 'py:method'
return super(PyCoroutineFunction, self).run()
return super(PyCoroutineMethod, self).run()


def setup(app):
Expand Down

0 comments on commit 3d59cea

Please sign in to comment.