Skip to content

Commit 2ee96e7

Browse files
committed
update docstrings
1 parent 4b015aa commit 2ee96e7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

tests/compliance/date/test_date_compliance.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ class TestIndex(base.BaseIndexTests):
7272

7373
class TestInterface(base.BaseInterfaceTests):
7474
def test_array_interface_copy(self, data):
75-
# This test was failing compliance checks due to changes in how
75+
# This test was failing compliance checks due to changes in how
7676
# numpy handles processing when np.array(obj, copy=False).
7777
# Until pandas changes the existing tests, this compliance test
78-
# will continue to fail.
78+
# will continue to fail.
7979
import numpy as np
8080
from pandas.compat.numpy import np_version_gt2
8181

tests/compliance/json/test_json_compliance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def test_view(self, data):
144144
super().test_view(data)
145145

146146
def test_array_interface_copy(self, data):
147-
# This test was failing compliance checks due to changes in how
147+
# This test was failing compliance checks due to changes in how
148148
# numpy handles processing when np.array(obj, copy=False).
149149
# Until pandas changes the existing tests, this compliance test
150150
# will continue to fail.

tests/compliance/time/test_time_compliance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class TestIndex(base.BaseIndexTests):
7777

7878
class TestInterface(base.BaseInterfaceTests):
7979
def test_array_interface_copy(self, data):
80-
# This test was failing compliance checks due to changes in how
80+
# This test was failing compliance checks due to changes in how
8181
# numpy handles processing when np.array(obj, copy=False).
8282
# Until pandas changes the existing tests, this compliance test
8383
# will continue to fail.

0 commit comments

Comments
 (0)