Skip to content

Commit cc898d2

Browse files
committed
Typo fix
1 parent 060b3fb commit cc898d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygit2/remote.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ def create(self, name, url, fetch=None):
522522
return Remote(self._repo, cremote[0])
523523

524524
def rename(self, name, new_name):
525-
"""Rename a remote in the configuration. The refspecs in strandard
525+
"""Rename a remote in the configuration. The refspecs in standard
526526
format will be renamed.
527527
528528
Returns a list of fetch refspecs (list of strings) which were not in

0 commit comments

Comments
 (0)