Skip to content

Commit 6347c1b

Browse files
Anh-HoDacAloqeely
andauthored
Update pandas/_libs/tslibs/offsets.pyx
Co-authored-by: Abdulaziz Aloqeely <[email protected]>
1 parent aff27c7 commit 6347c1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/tslibs/offsets.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -947,7 +947,7 @@ cdef class Tick(SingleConstructorOffset):
947947
See Also
948948
--------
949949
:class:`~pandas.tseries.offsets.DateOffset` : Standard kind of date increment.
950-
950+
"""
951951
_adjust_dst = False
952952
_prefix = "undefined"
953953
_attributes = tuple(["n", "normalize"])

0 commit comments

Comments
 (0)