summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroki Tokunaga <tokusan441@gmail.com>2022-04-07 10:11:28 +0900
committerHiroki Tokunaga <tokusan441@gmail.com>2022-04-07 10:11:28 +0900
commit2a50f28fa3571e3d2c4d5ea86f4243f715717269 (patch)
treeec9274ff1193a48c95568f65b0a29dd01d608b25
parent49150e79c6f7a19a0d61a5ea6864b9ac140264ff (diff)
downloadgitpython-2a50f28fa3571e3d2c4d5ea86f4243f715717269.tar.gz
docs: escape with backticks
-rw-r--r--git/cmd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/git/cmd.py b/git/cmd.py
index 228b9d38..fe161309 100644
--- a/git/cmd.py
+++ b/git/cmd.py
@@ -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)