File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -852,9 +852,7 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
852
852
pandas.read_sas\
853
853
pandas.read_spss\
854
854
pandas.read_stata\
855
- pandas.set_eng_float_format\
856
- pandas.timedelta_range\
857
- pandas.util.hash_pandas_object # There should be no backslash in the final line, please keep this comment in the last ignored function
855
+ pandas.set_eng_float_format # There should be no backslash in the final line, please keep this comment in the last ignored function
858
856
RET=$(( $RET + $? )) ; echo $MSG " DONE"
859
857
860
858
MSG=' Partially validate docstrings (SA01)' ; echo $MSG
Original file line number Diff line number Diff line change @@ -304,6 +304,7 @@ def timedelta_range(
304
304
Returns
305
305
-------
306
306
TimedeltaIndex
307
+ Fixed frequency, with day as the default.
307
308
308
309
Notes
309
310
-----
Original file line number Diff line number Diff line change @@ -106,7 +106,8 @@ def hash_pandas_object(
106
106
107
107
Returns
108
108
-------
109
- Series of uint64, same length as the object
109
+ Series of uint64
110
+ Same length as the object.
110
111
111
112
Examples
112
113
--------
You can’t perform that action at this time.
0 commit comments