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.
The display name contains extra information that helps identify the cursor,
such as the parameters of a function or template or the arguments of a
class template specialization.
The display name contains extra information that helps identify the
cursor, such as the parameters of a function or template or the
arguments of a class template specialization.
"""
if not hasattr(self, '_displayname'):
self._displayname = conf.lib.clang_getCursorDisplayName(self)