Skip to content

Commit cc0c525

Browse files
committed
Fix typo in documentation
1 parent 8d6940f commit cc0c525

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
@@ -183,7 +183,7 @@ def push_update_reference(self, refname, message):
183183
refname : str
184184
The name of the reference (on the remote).
185185
186-
messsage : str
186+
message : str
187187
Rejection message from the remote. If None, the update was accepted.
188188
"""
189189

0 commit comments

Comments
 (0)