File tree 1 file changed +10
-8
lines changed
1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -795,13 +795,14 @@ def month_name(self, locale=None):
795
795
796
796
Parameters
797
797
----------
798
- locale : string, default None (English locale)
799
- locale determining the language in which to return the month name
798
+ locale : str
799
+ Locale determining the language in which to return the month name.
800
+ Default is `None` (English locale).
800
801
801
802
Returns
802
803
-------
803
- month_names : Index
804
- Index of month names
804
+ Index
805
+ Index of month names.
805
806
806
807
.. versionadded:: 0.23.0
807
808
"""
@@ -821,13 +822,14 @@ def day_name(self, locale=None):
821
822
822
823
Parameters
823
824
----------
824
- locale : string, default None (English locale)
825
- locale determining the language in which to return the day name
825
+ locale : str
826
+ Locale determining the language in which to return the day name.
827
+ Default is `None` (English locale).
826
828
827
829
Returns
828
830
-------
829
- month_names : Index
830
- Index of day names
831
+ Index
832
+ Index of day names.
831
833
832
834
.. versionadded:: 0.23.0
833
835
"""
You can’t perform that action at this time.
0 commit comments