We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85204c9 commit 7589322Copy full SHA for 7589322
pandas/tests/base/test_constructors.py
@@ -55,7 +55,7 @@ def _get_prop(self):
55
prop = property(_get_prop, _set_prop, doc="foo property")
56
57
def test_method(self, *args, **kwargs):
58
- """a test bar method"""
+ """a test method"""
59
pass
60
61
class Delegate(PandasDelegate, PandasObject):
0 commit comments