Fix Name role in PythonMixin.get_name_of_position docstring

This commit is contained in:
Alisdair Robertson
2017-10-25 22:59:09 +11:00
committed by Dave Halter
parent bc8566e964
commit 89646e0970

View File

@@ -97,7 +97,7 @@ class PythonMixin(object):
def get_name_of_position(self, position):
"""
Given a (line, column) tuple, returns a :class`Name` or ``None`` if
Given a (line, column) tuple, returns a :py:class:`Name` or ``None`` if
there is no name at that position.
"""
for c in self.children: