FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

doc(_call_process): correct example · gitpython-developers/GitPython@29c9861 · GitHub

Commit 29c9861

Browse files
committed
doc(_call_process): correct example
1 parent e94ccaf commit 29c9861

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)

Back | FazBrowse Home | New Git URL