Skip to content

Commit 67b5964

Browse files
fixup
1 parent b710b23 commit 67b5964

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-
StringDtype(storage='python', na_value=<NA>)>
126+
<StringDtype(storage='python', na_value=<NA>)>
127127
128128
>>> pd.StringDtype(storage="pyarrow")
129-
StringDtype(na_value=<NA>)>
129+
<StringDtype(na_value=<NA>)>
130130
"""
131131

132132
@property

0 commit comments

Comments
 (0)