Skip to content

Commit 9c6209f

Browse files
committed
Improve unfortunate wording
Fixes #1013
1 parent f14903a commit 9c6209f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git/remote.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -840,7 +840,7 @@ def push(self, refspec=None, progress=None, **kwargs):
840840
If the push contains rejected heads, these will have the PushInfo.ERROR bit set
841841
in their flags.
842842
If the operation fails completely, the length of the returned IterableList will
843-
be null."""
843+
be 0."""
844844
kwargs = add_progress(kwargs, self.repo.git, progress)
845845
proc = self.repo.git.push(self, refspec, porcelain=True, as_process=True,
846846
universal_newlines=True, **kwargs)

0 commit comments

Comments
 (0)