Skip to content

Commit

Permalink
Fix typo in remote.py docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
white-gecko committed Feb 27, 2018
1 parent 6e71992 commit 5781ef4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pygit2/remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def credentials(self, url, username_from_url, allowed_types):
def certificate_check(self, certificate, valid, host):
"""
Certificate callback. Override with your own function to determine
whether the accept the server's certificate.
whether to accept the server's certificate.
Returns: True to connect, False to abort.
Expand Down Expand Up @@ -178,7 +178,7 @@ def update_tips(self, refname, old, new):
def push_update_reference(self, refname, message):
"""
Push update reference callback. Override with your own function to
report the remote's acceptace or rejection of reference updates.
report the remote's acceptance or rejection of reference updates.
refname : str
The name of the reference (on the remote).
Expand Down

0 comments on commit 5781ef4

Please sign in to comment.