From: Eli Bendersky Date: Thu, 31 Jul 2014 18:12:17 +0000 (+0000) Subject: Reformat docstring to 80-col X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f267659b4afbffa4c201934e27af0db57053a273;p=clang Reformat docstring to 80-col git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@214412 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/bindings/python/clang/cindex.py b/bindings/python/clang/cindex.py index 517b3c1bac..34e08602b8 100644 --- a/bindings/python/clang/cindex.py +++ b/bindings/python/clang/cindex.py @@ -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)