tag: fix incorrect doc string wording for get_object()

This commit is contained in:
Brodie Rao 2013-08-16 10:56:15 -07:00
parent 298f941036
commit 6d87567e0f

View File

@ -51,7 +51,7 @@ Tag_target__get__(Tag *self)
PyDoc_STRVAR(Tag_get_object__doc__,
"get_object() -> object\n"
"\n"
"Retrieves the object the current reference is pointing to.");
"Retrieves the object the current tag is pointing to.");
PyObject *
Tag_get_object(Tag *self)