Skip to content

Commit 734ca8a

Browse files
committed
Some simple doc string changes
1 parent 7d44e3f commit 734ca8a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pandas/tests/indexes/common.py

+6-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@
3232

3333

3434
class Base:
35-
""" base class for index sub-class tests """
35+
"""
36+
Base class for index sub-class tests.
37+
"""
3638

3739
_index_cls: Type[Index]
3840

@@ -766,7 +768,9 @@ def test_index_groupby(self, simple_index):
766768

767769

768770
class NumericBase(Base):
769-
""" base class for numeric index (incl. RangeIndex) sub-class tests """
771+
"""
772+
Base class for numeric index (incl. RangeIndex) sub-class tests.
773+
"""
770774

771775
def test_where(self):
772776
# Tested in numeric.test_indexing

0 commit comments

Comments
 (0)