diff options
| author | Hiroki Tokunaga <tokusan441@gmail.com> | 2022-04-07 10:20:59 +0900 |
|---|---|---|
| committer | Hiroki Tokunaga <tokusan441@gmail.com> | 2022-04-07 10:20:59 +0900 |
| commit | 17b2b128fb6d6f987b47d60ccb1ab09b8fc238ea (patch) | |
| tree | baeb3728921f7b2d4b0f5e3e45288870ab242ab8 | |
| parent | 2a50f28fa3571e3d2c4d5ea86f4243f715717269 (diff) | |
| download | gitpython-17b2b128fb6d6f987b47d60ccb1ab09b8fc238ea.tar.gz | |
fix(docs): remove an unexpected blank line
| -rw-r--r-- | git/cmd.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |
