Skip to content

Commit 7589322

Browse files
Update docstring
Co-authored-by: William Ayd <[email protected]>
1 parent 85204c9 commit 7589322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/base/test_constructors.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def _get_prop(self):
5555
prop = property(_get_prop, _set_prop, doc="foo property")
5656

5757
def test_method(self, *args, **kwargs):
58-
"""a test bar method"""
58+
"""a test method"""
5959
pass
6060

6161
class Delegate(PandasDelegate, PandasObject):

0 commit comments

Comments
 (0)