Skip to content

Commit 559a187

Browse files
DOC: Fix sentence fragment in string methods (#59291)
fixed documentation
1 parent 080add1 commit 559a187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/user_guide/text.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ and replacing any remaining whitespaces with underscores:
204204

205205
.. warning::
206206

207-
The type of the Series is inferred and the allowed types (i.e. strings).
207+
The type of the Series is inferred and is one among the allowed types (i.e. strings).
208208

209209
Generally speaking, the ``.str`` accessor is intended to work only on strings. With very few
210210
exceptions, other uses are not supported, and may be disabled at a later point.

0 commit comments

Comments
 (0)