Skip to content

Commit c9fef1d

Browse files
Update doc/source/whatsnew/v1.1.0.rst
Co-authored-by: Joris Van den Bossche <[email protected]>
1 parent c966562 commit c9fef1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v1.1.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ All dtypes can now be converted to ``StringDtype``
2121
Previously, declaring or converting to :class:`StringDtype` was in general only possible if the data was already only ``str`` or nan-like (:issue:`31204`).
2222
:class:`StringDtype` now works in all situations where ``astype(str)`` or ``dtype=str`` work:
2323

24-
For example the below now work:
24+
For example, the below now works:
2525

2626
.. ipython:: python
2727

0 commit comments

Comments
 (0)