Skip to content

Commit 583a1a7

Browse files
committed
typo
1 parent 4087a6d commit 583a1a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pandas/core/dtypes/cast.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1012,7 +1012,7 @@ def convert_dtypes(
10121012
object array contains pd.NA.
10131013
dtype_backend : {'numpy_nullable', 'pyarrow'}, default 'numpy_nullable'
10141014
Back-end data type applied to the resultant :class:`DataFrame`
1015-
(still experimental). Behavior is as follows:
1015+
(still experimental). Behaviour is as follows:
10161016
10171017
* ``"numpy_nullable"``: returns with nullable-dtype-backed
10181018
* ``"pyarrow"``: returns with pyarrow-backed nullable :class:`ArrowDtype`

pandas/core/generic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6653,7 +6653,7 @@ def convert_dtypes(
66536653
dtypes if the floats can be faithfully casted to integers.
66546654
dtype_backend : {'numpy_nullable', 'pyarrow'}, default 'numpy_nullable'
66556655
Back-end data type applied to the resultant :class:`DataFrame` or
6656-
:class:`Series` (still experimental). Behavior is as follows:
6656+
:class:`Series` (still experimental). Behaviour is as follows:
66576657
66586658
* ``"numpy_nullable"``: returns with nullable-dtype-backed
66596659
* ``"pyarrow"``: returns with pyarrow-backed nullable :class:`ArrowDtype`

0 commit comments

Comments
 (0)