Skip to content

Commit 61f3bd3

Browse files
committed
fix copy param
1 parent 887736a commit 61f3bd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/arrays/string_.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ def _validate(self):
194194
)
195195

196196
@classmethod
197-
def _from_sequence(cls, scalars, dtype=None, copy=True):
197+
def _from_sequence(cls, scalars, dtype=None, copy=False):
198198
if dtype:
199199
assert dtype == "string"
200200

0 commit comments

Comments
 (0)