We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 298f941 commit 6d87567Copy full SHA for 6d87567
1 file changed
src/tag.c
@@ -51,7 +51,7 @@ Tag_target__get__(Tag *self)
51
PyDoc_STRVAR(Tag_get_object__doc__,
52
"get_object() -> object\n"
53
"\n"
54
- "Retrieves the object the current reference is pointing to.");
+ "Retrieves the object the current tag is pointing to.");
55
56
PyObject *
57
Tag_get_object(Tag *self)
0 commit comments