summaryrefslogtreecommitdiff
path: root/git/cmd.py
diff options
context:
space:
mode:
Diffstat (limited to 'git/cmd.py')
-rw-r--r--git/cmd.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/git/cmd.py b/git/cmd.py
index fe161309..1ddf9e03 100644
--- a/git/cmd.py
+++ b/git/cmd.py
@@ -813,7 +813,6 @@ class Git(LazyMixin):
removed.
:param strip_newline_in_stdout:
Whether to strip the trailing `\n` of the command stdout.
-
:return:
* str(output) if extended_output = False (Default)
* tuple(int(status), str(stdout), str(stderr)) if extended_output = True