Skip to content

Commit 7ee9098

Browse files
comment out not-ready section title
1 parent c1f8a43 commit 7ee9098

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

doc/source/user_guide/migration-3-strings.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ non-string value in it (see below for more details).
9696
Missing values with the new string dtype are always represented as ``NaN`` (``np.nan``),
9797
and the missing value behavior is similar to other default dtypes.
9898

99-
This new string dtype should otherwise behave the same as the existing ``object`` dtype users are used to. For example, all string-specific methods
99+
This new string dtype should otherwise behave the same as the existing
100+
``object`` dtype users are used to. For example, all string-specific methods
100101
through the ``str`` accessor will work the same:
101102

102103
.. code-block:: python
@@ -379,7 +380,7 @@ raise an error regardless of the number of strings:
379380
...
380381
TypeError: Cannot perform reduction 'prod' with string dtype
381382
382-
For existing users of the nullable ``StringDtype``
383-
--------------------------------------------------
383+
.. For existing users of the nullable ``StringDtype``
384+
.. --------------------------------------------------
384385
385-
TODO
386+
.. TODO

0 commit comments

Comments
 (0)