diff --git a/pygit2/remote.py b/pygit2/remote.py index 52afcdc3c..8d2416b44 100644 --- a/pygit2/remote.py +++ b/pygit2/remote.py @@ -522,7 +522,7 @@ def create(self, name, url, fetch=None): return Remote(self._repo, cremote[0]) def rename(self, name, new_name): - """Rename a remote in the configuration. The refspecs in strandard + """Rename a remote in the configuration. The refspecs in standard format will be renamed. Returns a list of fetch refspecs (list of strings) which were not in