Skip to content

Commit c06dfd9

Browse files
committed
Fix parameter names in TagObject.__init__
1 parent 5219489 commit c06dfd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

git/objects/tag.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ def __init__(
5959
:param tagged_date: int_seconds_since_epoch
6060
The :class:`DateTime` of the tag creation.
6161
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
62+
:param tagger_tz_offset: int_seconds_west_of_utc
63+
The timezone that the tagged_date is in, in a format similar
6464
to :attr:`time.altzone`.
6565
"""
6666
super().__init__(repo, binsha)

0 commit comments

Comments
 (0)