diff options
author | Hiroki Tokunaga <tokusan441@gmail.com> | 2022-04-07 10:11:28 +0900 |
---|---|---|
committer | Hiroki Tokunaga <tokusan441@gmail.com> | 2022-04-07 10:11:28 +0900 |
commit | 2a50f28fa3571e3d2c4d5ea86f4243f715717269 (patch) | |
tree | ec9274ff1193a48c95568f65b0a29dd01d608b25 /git/cmd.py | |
parent | 49150e79c6f7a19a0d61a5ea6864b9ac140264ff (diff) | |
download | gitpython-2a50f28fa3571e3d2c4d5ea86f4243f715717269.tar.gz |
docs: escape with backticks
Diffstat (limited to 'git/cmd.py')
-rw-r--r-- | git/cmd.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -812,7 +812,7 @@ class Git(LazyMixin): render the repository incapable of accepting changes until the lock is manually removed. :param strip_newline_in_stdout: - Whether to strip the trailing '\n' of the command stdout. + Whether to strip the trailing `\n` of the command stdout. :return: * str(output) if extended_output = False (Default) |