From 4e966e1a05c32e812a5462f120d9dbd4380d1fb5 Mon Sep 17 00:00:00 2001 From: Holger Rapp Date: Tue, 10 Aug 2010 10:25:37 +0200 Subject: [PATCH] Fixed some whitespaces --- plugin/UltiSnips/TextObjects.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugin/UltiSnips/TextObjects.py b/plugin/UltiSnips/TextObjects.py index 6f04dbb..997d2be 100644 --- a/plugin/UltiSnips/TextObjects.py +++ b/plugin/UltiSnips/TextObjects.py @@ -749,7 +749,7 @@ class SnippetUtil(object): Note that this uses the shiftwidth because thats what code formatters use. - :amount: the amount by which to unshift. + :amount: the amount by which to unshift. """ by = -self._sw * amount try: @@ -776,8 +776,8 @@ class SnippetUtil(object): def mkline(self, line="", indent=None): """ Creates a properly set up line. - :line: the text to add - :indent: the indentation to have at the beginning + :line: the text to add + :indent: the indentation to have at the beginning if None, it uses the default amount """ if indent == None: