diff --git a/pygit2/remote.py b/pygit2/remote.py index f9a74fe97..c544fd02b 100644 --- a/pygit2/remote.py +++ b/pygit2/remote.py @@ -77,7 +77,7 @@ def sideband_progress(self, string): Override this function with your own progress reporting function - :param str string: Progress otuput from the remote + :param str string: Progress output from the remote """ pass