From cc898d29e592927ab977fe10d1e1a1331ea2a6fd Mon Sep 17 00:00:00 2001 From: Justin Clift Date: Tue, 16 Jun 2015 17:13:50 +0100 Subject: [PATCH] Typo fix --- pygit2/remote.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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