Skip to content

Commit becccc8

Browse files
authored
Merge pull request #2117 from UweSchwaeke/fix/example-in-comment
cmd: fix kwarg formatting in docstring example
2 parents d0318a6 + 9863f50 commit becccc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git/cmd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1572,7 +1572,7 @@ def _call_process(
15721572
15731573
turns into::
15741574
1575-
git rev-list max-count 10 --header master
1575+
git rev-list --max-count=10 --header=master
15761576
15771577
:return:
15781578
Same as :meth:`execute`. If no args are given, used :meth:`execute`'s

0 commit comments

Comments
 (0)