Skip to content

Commit 6371cba

Browse files
authored
Fix a typo in the documentation
Signed-off-by: Remy Suen <[email protected]>
1 parent 6e71992 commit 6371cba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygit2/remote.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ def push(self, specs, callbacks=None):
445445
error or unpack failure.
446446
447447
When the remote has a githook installed, that denies the reference this
448-
function will return successfully. Thus it is stronly recommended to
448+
function will return successfully. Thus it is strongly recommended to
449449
install a callback, that implements
450450
:py:meth:`RemoteCallbacks.push_update_reference` and check the passed
451451
parameters for successfull operations.

0 commit comments

Comments
 (0)