Skip to content

Commit 89bf2e7

Browse files
authored
DOC: Fix typo in text data user guide (#63930)
1 parent eb2c189 commit 89bf2e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/user_guide/text.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ to significantly increase the performance and lower the memory overhead of
4747

4848
The default when pandas infers the dtype of a collection of
4949
strings is to use ``dtype='str'``. This will use ``np.nan``
50-
as it's NA value and be backed by a PyArrow string array when
50+
as its NA value and be backed by a PyArrow string array when
5151
PyArrow is installed, or backed by NumPy ``object`` array
5252
when PyArrow is not installed.
5353

0 commit comments

Comments
 (0)