Skip to content

Commit ca3e0c8

Browse files
authored
DOC: added the link to array in string_arrow.py (#50241)
* added the link to array in string_arrow.py * Update string_arrow.py * Update string_arrow.py * added the correct link to pandas.array * update
1 parent 5237be5 commit ca3e0c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pandas/core/arrays/string_.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ class StringArray(BaseStringArray, PandasArray):
266266
267267
See Also
268268
--------
269-
array
269+
:func:`pandas.array`
270270
The recommended function for creating a StringArray.
271271
Series.str
272272
The string methods are available on Series backed by

pandas/core/arrays/string_arrow.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ class ArrowStringArray(ArrowExtensionArray, BaseStringArray, ObjectStringArrayMi
8484
8585
See Also
8686
--------
87-
array
87+
:func:`pandas.array`
8888
The recommended function for creating a ArrowStringArray.
8989
Series.str
9090
The string methods are available on Series backed by

0 commit comments

Comments
 (0)