From 30387f16920f69544fcc7db40dfae554bcd7d1cc Mon Sep 17 00:00:00 2001 From: Kian Cross Date: Mon, 13 Jul 2020 15:45:55 +0100 Subject: Fixed all warnings in documentation and updated Makefile to treat warnings as errors. --- git/remote.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'git/remote.py') diff --git a/git/remote.py b/git/remote.py index 37c0ccd3..06e9d3b7 100644 --- a/git/remote.py +++ b/git/remote.py @@ -827,10 +827,8 @@ class Remote(LazyMixin, Iterable): * None to discard progress information * A function (callable) that is called with the progress information. - Signature: ``progress(op_code, cur_count, max_count=None, message='')``. - - `Click here `_ for a description of all arguments + `Click here `__ for a description of all arguments given to the function. * An instance of a class derived from ``git.RemoteProgress`` that overrides the ``update()`` function. -- cgit v1.2.3