Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pygit2/remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down