From 02fea5755e07b59608c6807b209a0dbb3de140ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20David=20Ib=C3=A1=C3=B1ez?= Date: Wed, 25 Oct 2023 10:31:52 +0200 Subject: [PATCH] Update docstring of reference set_target --- src/reference.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/reference.c b/src/reference.c index c9a64c28..c1ab614c 100644 --- a/src/reference.c +++ b/src/reference.c @@ -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"