Skip to content

Commit d2a6e42

Browse files
DOC: Enforce Numpy Docstring Validation for pandas.Interval (#58649)
DOC: changed Paramters to Attributes
1 parent f499d64 commit d2a6e42

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Diff for: ci/code_checks.sh

-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
7777
-i "pandas.DataFrame.plot PR02,SA01" \
7878
-i "pandas.Grouper PR02" \
7979
-i "pandas.Index PR07" \
80-
-i "pandas.Interval PR02" \
8180
-i "pandas.IntervalIndex.get_loc PR07,RT03,SA01" \
8281
-i "pandas.IntervalIndex.is_non_overlapping_monotonic SA01" \
8382
-i "pandas.IntervalIndex.left GL08" \

Diff for: pandas/_libs/interval.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ cdef class Interval(IntervalMixin):
291291
"""
292292
Immutable object implementing an Interval, a bounded slice-like interval.
293293
294-
Parameters
294+
Attributes
295295
----------
296296
left : orderable scalar
297297
Left bound for the interval.

0 commit comments

Comments
 (0)