Skip to content

Commit bdcb192

Browse files
DOC: add RT03 for pandas.interval_range (#58800)
1 parent 1e3bf39 commit bdcb192

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

ci/code_checks.sh

-1
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
441441
-i "pandas.errors.UnsupportedFunctionCall SA01" \
442442
-i "pandas.errors.ValueLabelTypeMismatch SA01" \
443443
-i "pandas.infer_freq SA01" \
444-
-i "pandas.interval_range RT03" \
445444
-i "pandas.io.formats.style.Styler.apply RT03" \
446445
-i "pandas.io.formats.style.Styler.apply_index RT03" \
447446
-i "pandas.io.formats.style.Styler.background_gradient RT03" \

pandas/core/indexes/interval.py

+1
Original file line numberDiff line numberDiff line change
@@ -1138,6 +1138,7 @@ def interval_range(
11381138
Returns
11391139
-------
11401140
IntervalIndex
1141+
Object with a fixed frequency.
11411142
11421143
See Also
11431144
--------

0 commit comments

Comments
 (0)