Skip to content

Commit 4f86497

Browse files
committed
doc(_call_process): correct example
1 parent ded314d commit 4f86497

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

git/cmd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1595,7 +1595,7 @@ def _call_process(
15951595
15961596
turns into::
15971597
1598-
git rev-list --max-count=10 --header=master
1598+
git rev-list --max-count=10 --header master
15991599
16001600
:return:
16011601
Same as :meth:`execute`. If no args are given, used :meth:`execute`'s

0 commit comments

Comments
 (0)