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)
llvm-svn: 214412

clang/bindings/python/clang/cindex.py

index 517b3c1..34e0860 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)