Skip to content

Commit

Permalink
Update docstring of reference set_target
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavid committed Oct 25, 2023
1 parent c2331d9 commit 02fea57
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/reference.c
Original file line number Diff line number Diff line change
Expand Up @@ -323,11 +323,7 @@ Reference_raw_target__get__(Reference *self)
PyDoc_STRVAR(Reference_set_target__doc__,
"set_target(target[, message: str])\n"
"\n"
"Set the target of this reference.\n"
"\n"
"Update the reference using the given signature and message.\n"
"These will be used to fill the reflog entry which will be created\n"
"as a result of this update.\n"
"Set the target of this reference. Creates a new entry in the reflog.\n"
"\n"
"Parameters:\n"
"\n"
Expand Down

0 comments on commit 02fea57

Please sign in to comment.