From 9c6209f12e78218632319620da066c99d6f771d8 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Thu, 28 May 2020 21:33:26 +0800 Subject: Improve unfortunate wording Fixes #1013 --- git/remote.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git/remote.py') diff --git a/git/remote.py b/git/remote.py index abb33e9c..17fe6c2f 100644 --- a/git/remote.py +++ b/git/remote.py @@ -840,7 +840,7 @@ class Remote(LazyMixin, Iterable): 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) -- cgit v1.2.1