Skip to content

Commit 6d87567

Browse files
committed
tag: fix incorrect doc string wording for get_object()
1 parent 298f941 commit 6d87567

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tag.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Tag_target__get__(Tag *self)
5151
PyDoc_STRVAR(Tag_get_object__doc__,
5252
"get_object() -> object\n"
5353
"\n"
54-
"Retrieves the object the current reference is pointing to.");
54+
"Retrieves the object the current tag is pointing to.");
5555

5656
PyObject *
5757
Tag_get_object(Tag *self)

0 commit comments

Comments
 (0)