Reformat docstring to 80-col

llvm-svn: 214412
This commit is contained in:
Eli Bendersky 2014-07-31 18:12:17 +00:00
parent 634e46255b
commit e4f02eceea
1 changed files with 3 additions and 3 deletions

View File

@ -1176,9 +1176,9 @@ class Cursor(Structure):
""" """
Return the display name for the entity referenced by this cursor. Return the display name for the entity referenced by this cursor.
The display name contains extra information that helps identify the cursor, The display name contains extra information that helps identify the
such as the parameters of a function or template or the arguments of a cursor, such as the parameters of a function or template or the
class template specialization. arguments of a class template specialization.
""" """
if not hasattr(self, '_displayname'): if not hasattr(self, '_displayname'):
self._displayname = conf.lib.clang_getCursorDisplayName(self) self._displayname = conf.lib.clang_getCursorDisplayName(self)