Skip to content

Commit 17b2b12

Browse files
committed
fix(docs): remove an unexpected blank line
1 parent 2a50f28 commit 17b2b12

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

git/cmd.py

-1
Original file line numberDiff line numberDiff line change
@@ -813,7 +813,6 @@ def execute(self,
813813
removed.
814814
:param strip_newline_in_stdout:
815815
Whether to strip the trailing `\n` of the command stdout.
816-
817816
:return:
818817
* str(output) if extended_output = False (Default)
819818
* tuple(int(status), str(stdout), str(stderr)) if extended_output = True

0 commit comments

Comments
 (0)