Skip to content

Commit

Permalink
DOC: Enforce Numpy Docstring Validation for pandas.Interval (#58649)
Browse files Browse the repository at this point in the history
DOC: changed Paramters to Attributes
  • Loading branch information
tuhinsharma121 committed May 9, 2024
1 parent f499d64 commit d2a6e42
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion ci/code_checks.sh
Expand Up @@ -77,7 +77,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
-i "pandas.DataFrame.plot PR02,SA01" \
-i "pandas.Grouper PR02" \
-i "pandas.Index PR07" \
-i "pandas.Interval PR02" \
-i "pandas.IntervalIndex.get_loc PR07,RT03,SA01" \
-i "pandas.IntervalIndex.is_non_overlapping_monotonic SA01" \
-i "pandas.IntervalIndex.left GL08" \
Expand Down
2 changes: 1 addition & 1 deletion pandas/_libs/interval.pyx
Expand Up @@ -291,7 +291,7 @@ cdef class Interval(IntervalMixin):
"""
Immutable object implementing an Interval, a bounded slice-like interval.
Parameters
Attributes
----------
left : orderable scalar
Left bound for the interval.
Expand Down

0 comments on commit d2a6e42

Please sign in to comment.