File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -325,8 +325,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
325
325
-i " pandas.Timestamp.day_of_year SA01" \
326
326
-i " pandas.Timestamp.dayofweek SA01" \
327
327
-i " pandas.Timestamp.dayofyear SA01" \
328
- -i " pandas.Timestamp.days_in_month SA01" \
329
- -i " pandas.Timestamp.daysinmonth SA01" \
330
328
-i " pandas.Timestamp.dst SA01" \
331
329
-i " pandas.Timestamp.floor SA01" \
332
330
-i " pandas.Timestamp.fold GL08" \
Original file line number Diff line number Diff line change @@ -904,6 +904,11 @@ cdef class _Timestamp(ABCTimestamp):
904
904
-------
905
905
int
906
906
907
+ See Also
908
+ --------
909
+ Timestamp.month_name : Return the month name of the Timestamp with
910
+ specified locale.
911
+
907
912
Examples
908
913
--------
909
914
>>> ts = pd.Timestamp(2020 , 3 , 14 )
You can’t perform that action at this time.
0 commit comments