Skip to content

Commit 53423be

Browse files
committed
fix build
fix review
1 parent 23e99da commit 53423be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/core/generic.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6670,7 +6670,8 @@ def convert_dtypes(
66706670
Back-end data type applied to the resultant :class:`DataFrame` or
66716671
:class:`Series` (still experimental). Behaviour is as follows:
66726672
6673-
* ``"numpy_nullable"``: returns nullable-dtype-backed :class:`DataFrame`
6673+
* ``"numpy_nullable"``: returns nullable-dtype-backed
6674+
:class:`DataFrame` or :class:`Serires`.
66746675
* ``"pyarrow"``: returns pyarrow-backed nullable :class:`ArrowDtype`
66756676
:class:`DataFrame` or :class:`Series`.
66766677

0 commit comments

Comments
 (0)