Skip to content

Commit 712d168

Browse files
authored
Update dolt.py (#22)
add missing word in docstring
1 parent ad5eed7 commit 712d168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doltcli/dolt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -898,7 +898,7 @@ def push(
898898
**kwargs,
899899
):
900900
"""
901-
Push the to the specified remote. If set_upstream is provided will create an upstream reference of all branches
901+
Push the branch to the specified remote. If set_upstream is provided will create an upstream reference of all branches
902902
in a repo.
903903
:param remote:
904904
:param refspec: optionally specify a branch to push

0 commit comments

Comments
 (0)