Skip to content

Commit

Permalink
failed doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
topper-123 committed May 26, 2020
1 parent 053dae4 commit 1b3a8f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pandas/core/arrays/string_.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,8 @@ class StringArray(PandasArray):
raise an error:
>>> pd.arrays.StringArray(np.array([1, 2]))
Traceback (most recent call last)
...
ValueError: StringArray requires a sequence of strings or pandas.NA
For comparison methods, this returns a :class:`pandas.BooleanArray`
Expand Down

0 comments on commit 1b3a8f5

Please sign in to comment.