We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5219489 commit c06dfd9Copy full SHA for c06dfd9
git/objects/tag.py
@@ -59,8 +59,8 @@ def __init__(
59
:param tagged_date: int_seconds_since_epoch
60
The :class:`DateTime` of the tag creation.
61
Use :func:`time.gmtime` to convert it into a different format.
62
- :param tagged_tz_offset: int_seconds_west_of_utc
63
- The timezone that the authored_date is in, in a format similar
+ :param tagger_tz_offset: int_seconds_west_of_utc
+ The timezone that the tagged_date is in, in a format similar
64
to :attr:`time.altzone`.
65
"""
66
super().__init__(repo, binsha)
0 commit comments