Skip to content

Commit

Permalink
Improve unfortunate wording
Browse files Browse the repository at this point in the history
Fixes #1013
  • Loading branch information
Byron committed May 28, 2020
1 parent f14903a commit 9c6209f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git/remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,7 @@ def push(self, refspec=None, progress=None, **kwargs):
If the push contains rejected heads, these will have the PushInfo.ERROR bit set
in their flags.
If the operation fails completely, the length of the returned IterableList will
be null."""
be 0."""
kwargs = add_progress(kwargs, self.repo.git, progress)
proc = self.repo.git.push(self, refspec, porcelain=True, as_process=True,
universal_newlines=True, **kwargs)
Expand Down

0 comments on commit 9c6209f

Please sign in to comment.