Skip to content

Commit f1e1352

Browse files
jzwinckmattip
authored andcommitted
DOC: Fix typo in docstring param name (pandas-dev#15739)
1 parent 2534260 commit f1e1352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tseries/holiday.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ def holidays(self, start=None, end=None, return_name=False):
365365
----------
366366
start : starting date, datetime-like, optional
367367
end : ending date, datetime-like, optional
368-
return_names : bool, optional
368+
return_name : bool, optional
369369
If True, return a series that has dates and holiday names.
370370
False will only return a DatetimeIndex of dates.
371371

0 commit comments

Comments
 (0)