]> granicus.if.org Git - clang/commitdiff
Reformat docstring to 80-col
authorEli Bendersky <eliben@google.com>
Thu, 31 Jul 2014 18:12:17 +0000 (18:12 +0000)
committerEli Bendersky <eliben@google.com>
Thu, 31 Jul 2014 18:12:17 +0000 (18:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@214412 91177308-0d34-0410-b5e6-96231b3b80d8

bindings/python/clang/cindex.py

index 517b3c1bac6ed1bda14634da28029d3da1b2dacc..34e08602b834718dd024f43d8abd8d6e4fe9637c 100644 (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)