diff options
Diffstat (limited to 'git/remote.py')
-rw-r--r-- | git/remote.py | 4 |
1 files changed, 1 insertions, 3 deletions
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 <http://goo.gl/NPa7st>`_ for a description of all arguments + `Click here <http://goo.gl/NPa7st>`__ for a description of all arguments given to the function. * An instance of a class derived from ``git.RemoteProgress`` that overrides the ``update()`` function. |