Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d2a6e42

Browse files
authoredMay 9, 2024··
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
 

‎ci/code_checks.sh

Lines changed: 0 additions & 1 deletion
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" \

‎pandas/_libs/interval.pyx

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.