python-sprints / pandas-mentoring

Mentoring new pandas contributors.
BSD 3-Clause "New" or "Revised" License
6 stars 30 forks source link

Fix IntervalIndex docstring for missing period at the end of summary #137

Open datapythonista opened 5 years ago

datapythonista commented 5 years ago

Same as #132 but for IntervalIndex docstrings:

pandas.IntervalIndex.from_tuples: Summary does not end with a period
pandas.IntervalIndex.left: Summary does not end with a period
pandas.IntervalIndex.right: Summary does not end with a period
pandas.IntervalIndex.mid: Summary does not end with a period
pandas.IntervalIndex.closed: Summary does not end with a period
pandas.IntervalIndex.length: Summary does not end with a period
pandas.IntervalIndex.is_non_overlapping_monotonic: Summary does not end with a period
pandas.IntervalIndex.set_closed: Summary does not end with a period
pandas.IntervalIndex.to_tuples: Summary does not end with a period
sara-02 commented 5 years ago

@datapythonista I would like to work on this one.

datapythonista commented 5 years ago

@sara-02 has this been addressed, or is still wip?