Skip to content

Commit

Permalink
Update pandas/_libs/tslibs/offsets.pyx
Browse files Browse the repository at this point in the history
Co-authored-by: Abdulaziz Aloqeely <52792999+Aloqeely@users.noreply.github.com>
  • Loading branch information
Anh-HoDac and Aloqeely committed Jun 18, 2024
1 parent aff27c7 commit 6347c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/_libs/tslibs/offsets.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -947,7 +947,7 @@ cdef class Tick(SingleConstructorOffset):
See Also
--------
:class:`~pandas.tseries.offsets.DateOffset` : Standard kind of date increment.
"""
_adjust_dst = False
_prefix = "undefined"
_attributes = tuple(["n", "normalize"])
Expand Down

0 comments on commit 6347c1b

Please sign in to comment.