From 17b2b128fb6d6f987b47d60ccb1ab09b8fc238ea Mon Sep 17 00:00:00 2001 From: Hiroki Tokunaga Date: Thu, 7 Apr 2022 10:20:59 +0900 Subject: fix(docs): remove an unexpected blank line --- git/cmd.py | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.1