Skip to content

Commit

Permalink
Some simple doc string changes
Browse files Browse the repository at this point in the history
  • Loading branch information
topper-123 committed May 3, 2021
1 parent 087e93a commit 9a880e5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pandas/tests/indexes/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@


class Base:
""" base class for index sub-class tests """
"""
Base class for index sub-class tests.
"""

_index_cls: Type[Index]

Expand Down Expand Up @@ -766,7 +768,9 @@ def test_index_groupby(self, simple_index):


class NumericBase(Base):
""" base class for numeric index (incl. RangeIndex) sub-class tests """
"""
Base class for numeric index (incl. RangeIndex) sub-class tests.
"""

def test_where(self):
# Tested in numeric.test_indexing
Expand Down

0 comments on commit 9a880e5

Please sign in to comment.