Skip to content

Commit 768fc62

Browse files
committed
whatsnew fix
1 parent 31d4394 commit 768fc62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/whatsnew/v0.24.0.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,8 @@ Backwards incompatible API changes
208208
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
209209

210210
- A newly constructed empty :class:`DataFrame` with integer as the ``dtype`` will now only be cast to ``float64`` if ``index`` is specified (:issue:`22858`)
211-
- The `.str`-accessor does not work for anything other than string data anymore.
212-
Any other uses (like ``bytes``) were never intended to be used and purely due to limitations of dtype checking (:issue:`23011`, :issue:`23163`)
211+
- The `.str`-accessor does not work for anything other than string data anymore. Any other uses (like ``bytes``, for example)
212+
were never intended to be used and "worked" purely due to limitations of dtype checking (:issue:`23011`, :issue:`23163`)
213213

214214
.. _whatsnew_0240.api_breaking.deps:
215215

0 commit comments

Comments
 (0)