Skip to content

Commit

Permalink
DOC: Fix typo in docstring param name (pandas-dev#15739)
Browse files Browse the repository at this point in the history
  • Loading branch information
jzwinck authored and jorisvandenbossche committed Mar 20, 2017
1 parent 9ab57dc commit bd24926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/tseries/holiday.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ def holidays(self, start=None, end=None, return_name=False):
----------
start : starting date, datetime-like, optional
end : ending date, datetime-like, optional
return_names : bool, optional
return_name : bool, optional
If True, return a series that has dates and holiday names.
False will only return a DatetimeIndex of dates.
Expand Down

0 comments on commit bd24926

Please sign in to comment.