Skip to content

Commit b710b23

Browse files
update docstring
1 parent 78870e1 commit b710b23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/core/arrays/string_.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,10 @@ class StringDtype(StorageExtensionDtype):
123123
Examples
124124
--------
125125
>>> pd.StringDtype()
126-
string[python]
126+
StringDtype(storage='python', na_value=<NA>)>
127127
128128
>>> pd.StringDtype(storage="pyarrow")
129-
string[pyarrow]
129+
StringDtype(na_value=<NA>)>
130130
"""
131131

132132
@property

0 commit comments

Comments
 (0)