Skip to content

Commit 68ff88b

Browse files
committed
move texts
1 parent fffc11f commit 68ff88b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/source/whatsnew/v1.3.0.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ See :ref:`install.dependencies` and :ref:`install.optional_dependencies` for mor
216216
Other API changes
217217
^^^^^^^^^^^^^^^^^
218218
- Partially initialized :class:`CategoricalDtype` (i.e. those with ``categories=None`` objects will no longer compare as equal to fully initialized dtype objects.
219-
- Accessing ``_constructor_expanddim`` on a :class:`DataFrame` and ``_constructor_sliced`` on a :class:`Series` now raise an ``AttributeError``. Previously a ``NotImplementedError`` was raised (:issue:`38782`)
219+
-
220220
-
221221

222222
.. ---------------------------------------------------------------------------
@@ -431,6 +431,7 @@ Other
431431
- Bug in :class:`Styler` which caused CSS to duplicate on multiple renders. (:issue:`39395`)
432432
- ``inspect.getmembers(Series)`` no longer raises an ``AbstractMethodError`` (:issue:`38782`).
433433
-
434+
-
434435

435436
.. ---------------------------------------------------------------------------
436437

0 commit comments

Comments
 (0)