diff --git a/ci/code_checks.sh b/ci/code_checks.sh index ec46e043c8294..a93e23a0f5022 100755 --- a/ci/code_checks.sh +++ b/ci/code_checks.sh @@ -441,7 +441,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then -i "pandas.errors.UnsupportedFunctionCall SA01" \ -i "pandas.errors.ValueLabelTypeMismatch SA01" \ -i "pandas.infer_freq SA01" \ - -i "pandas.interval_range RT03" \ -i "pandas.io.formats.style.Styler.apply RT03" \ -i "pandas.io.formats.style.Styler.apply_index RT03" \ -i "pandas.io.formats.style.Styler.background_gradient RT03" \ diff --git a/pandas/core/indexes/interval.py b/pandas/core/indexes/interval.py index 92c399da21ce6..359cdf880937b 100644 --- a/pandas/core/indexes/interval.py +++ b/pandas/core/indexes/interval.py @@ -1138,6 +1138,7 @@ def interval_range( Returns ------- IntervalIndex + Object with a fixed frequency. See Also --------