Skip to content

Commit 53c7096

Browse files
committed
Fix precommit errors - Remove unwanted language
1 parent b3a4070 commit 53c7096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/tslibs/offsets.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -820,7 +820,7 @@ cdef class BaseOffset:
820820
Examples
821821
--------
822822
>>> pd.offsets.Week(n=1).nanos
823-
ValueError: <Week: weekday=None> is a non-fixed frequency
823+
ValueError: Week: weekday=None is a non-fixed frequency
824824
""" # noqa
825825
raise ValueError(f"{self} is a non-fixed frequency")
826826

0 commit comments

Comments
 (0)