summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroki Tokunaga <tokusan441@gmail.com>2022-04-07 10:20:59 +0900
committerHiroki Tokunaga <tokusan441@gmail.com>2022-04-07 10:20:59 +0900
commit17b2b128fb6d6f987b47d60ccb1ab09b8fc238ea (patch)
treebaeb3728921f7b2d4b0f5e3e45288870ab242ab8
parent2a50f28fa3571e3d2c4d5ea86f4243f715717269 (diff)
downloadgitpython-17b2b128fb6d6f987b47d60ccb1ab09b8fc238ea.tar.gz
fix(docs): remove an unexpected blank line
-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