Skip to content

Commit 9e42130

Browse files
committed
Merge remote-tracking branch 'white-gecko/fix/typoInRemotesDoc'
2 parents 6371cba + 5781ef4 commit 9e42130

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pygit2/remote.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def credentials(self, url, username_from_url, allowed_types):
128128
def certificate_check(self, certificate, valid, host):
129129
"""
130130
Certificate callback. Override with your own function to determine
131-
whether the accept the server's certificate.
131+
whether to accept the server's certificate.
132132
133133
Returns: True to connect, False to abort.
134134
@@ -178,7 +178,7 @@ def update_tips(self, refname, old, new):
178178
def push_update_reference(self, refname, message):
179179
"""
180180
Push update reference callback. Override with your own function to
181-
report the remote's acceptace or rejection of reference updates.
181+
report the remote's acceptance or rejection of reference updates.
182182
183183
refname : str
184184
The name of the reference (on the remote).

0 commit comments

Comments
 (0)