Skip to content

Commit 2a50f28

Browse files
committed
docs: escape with backticks
1 parent 49150e7 commit 2a50f28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git/cmd.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -812,7 +812,7 @@ def execute(self,
812812
render the repository incapable of accepting changes until the lock is manually
813813
removed.
814814
:param strip_newline_in_stdout:
815-
Whether to strip the trailing '\n' of the command stdout.
815+
Whether to strip the trailing `\n` of the command stdout.
816816
817817
:return:
818818
* str(output) if extended_output = False (Default)

0 commit comments

Comments
 (0)