Skip to content

Commit 0c3b15a

Browse files
DOC: fix RT03 for pandas.date_range
1 parent 2419343 commit 0c3b15a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

ci/code_checks.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
179179
-i "pandas.core.resample.Resampler.sum SA01" \
180180
-i "pandas.core.resample.Resampler.transform PR01,RT03,SA01" \
181181
-i "pandas.core.resample.Resampler.var SA01" \
182-
-i "pandas.date_range RT03" \
183182
-i "pandas.errors.AttributeConflictWarning SA01" \
184183
-i "pandas.errors.CSSWarning SA01" \
185184
-i "pandas.errors.CategoricalConversionWarning SA01" \

pandas/core/indexes/datetimes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -875,6 +875,7 @@ def date_range(
875875
Returns
876876
-------
877877
DatetimeIndex
878+
A DatetimeIndex object of the generated dates.
878879
879880
See Also
880881
--------

0 commit comments

Comments
 (0)