Skip to content

Commit ebd43e1

Browse files
committed
update docstring
1 parent bbe75a5 commit ebd43e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/core/arrays/string_arrow.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ class ArrowStringArray(ObjectStringArrayMixin, ArrowExtensionArray, BaseStringAr
9191
----------
9292
values : pyarrow.Array or pyarrow.ChunkedArray
9393
The array of data.
94+
dtype : StringDtype
95+
The dtype for the array.
9496
9597
Attributes
9698
----------

0 commit comments

Comments
 (0)