Skip to content

Commit 28eff68

Browse files
authored
change comment before
fix issues be metioned at pandas-dev#35342
1 parent a1a4fe0 commit 28eff68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/arrays/datetimes.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2398,7 +2398,7 @@ def generate_range(start=None, end=None, periods=None, offset=BDay()):
23982398

23992399
elif end and not offset.is_on_offset(end):
24002400
end = offset.rollback(end)
2401-
# https://github.com/pandas-dev/pandas/issues/35342
2401+
# fix issues be metioned at #35342
24022402
end = Timestamp(str(end).split(' ')[0] + ' 23:59:59')
24032403

24042404
if periods is None and end < start and offset.n >= 0:

0 commit comments

Comments
 (0)